Evgeniy Sharapov created JXPATH-182:
---------------------------------------
Summary: asPath() returns XPath that can't be found in the context
Key: JXPATH-182
URL: https://issues.apache.org/jira/browse/JXPATH-182
Project: Commons JXPath
Issue Type: Bug
Reporter: Evgeniy Sharapov
When I get the pointer and then call its {{asPath}} method and use that path to
find a pointer in the same context {{JXPathContext}} can't find it.
In the attached test
I get the pointer by using {{"data[1]/data[1]"}}
{{asPath()}} then returns {{"/.[@name='data'][1][@name='data'][1]"}}
But in fact it should be {{/.[@name='data'][1]/.[@name='data'][1]}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)