bug 76070, namespace and localName atom support for transformiix. original work by Jonas Sicking, alot of work by me. r=peterv, sicking@bigfoot.com, sr=jst

git-svn-id: svn://10.0.0.236/trunk@105765 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
axel%pike.org
2001-10-19 12:09:42 +00:00
parent 1ae6e85144
commit e67a7d706e
19 changed files with 1085 additions and 154 deletions

View File

@@ -189,7 +189,7 @@ ExprResult* NodeSetFunctionCall::evaluate(Node* context, ContextState* cs) {
}
break;
case NAMESPACE_URI :
XMLUtils::getNameSpace(node->getNodeName(),name);
name = node->getNamespaceURI();
break;
default:
switch (node->getNodeType()) {