class "org.apache.commons.jxpath.ri.model.dom.DOMNodePointer" in method
"public NodePointer createChild(JXPathContext context, QName name, int
index)"
has "NodeIterator it = childIterator(new NodeNameTest(name), false, null);"

Now where is the namespaceUri of this NodeNameTest constructor? In case
there is a namespace, the check next line fails and an exceptions is thrown

fix: "...new NodeNameTest(name,
context.getNamespaceURI(name.getPrefix()))..."


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to