JXPathContext.iteratePointers() does not work with multiple prefixes or a
single namespace URI
----------------------------------------------------------------------------------------------
Key: JXPATH-125
URL: https://issues.apache.org/jira/browse/JXPATH-125
Project: Commons JXPath
Issue Type: Bug
Affects Versions: 1.2 Final
Environment: JXPath 1.2
Sun JDK 1.5.0_13
Reporter: Christian Koppen
I attached a testcase which reproduces the bug.
Have a look at the following document:
<a:doc xmlns:a="ns">
<a:elem />
<b:elem xmlns:b="ns" />
</a:doc>
We have two elements 'elem' in the same namespace 'ns'.
They have a different prefix, however.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.