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:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user