You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Evgeniy Sharapov (JIRA)" <ji...@apache.org> on 2015/10/30 18:05:27 UTC

[jira] [Updated] (JXPATH-182) asPath() returns XPath that can't be found in the context

     [ https://issues.apache.org/jira/browse/JXPATH-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evgeniy Sharapov updated JXPATH-182:
------------------------------------
    Attachment: JXpath182Test.java

test for the issue

> 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
>         Attachments: JXpath182Test.java
>
>
> 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)