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

This commit is contained in:
axel%pike.org 2003-01-21 14:21:10 +00:00
parent 6277e47ac0
commit 67b55bb3d1

View File

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