not part of build, fix getBaseURI for Attr nodes in transformiix standalone

git-svn-id: svn://10.0.0.236/trunk@136730 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
axel%pike.org 2003-01-21 14:21:10 +00:00
parent 9de7f5fac1
commit 123b0313ee

View File

@ -369,7 +369,7 @@ nsresult NodeDefinition::getBaseURI(nsAString& aURI)
default:
break;
}
node = node->getParentNode();
node = node->getXPathParent();
}
PRInt32 count = baseUrls.Count();