Nikolay,

Thank you very much for reporting this issue. It is now fixed.

- Dmitri

----- Original Message ----- 
From: "Nikolay Tsankov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 17, 2004 4:29 AM
Subject: [jxpath] bug in DOMNodePointer?


> 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]
>
>
>
>



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

Reply via email to