You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Aaron Evans (JIRA)" <ji...@apache.org> on 2008/08/06 18:04:44 UTC

[jira] Updated: (ABDERA-194) FOMXPath selectNodes() accepts a Base argument but requires an Axiom object to work properly

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

Aaron Evans updated ABDERA-194:
-------------------------------

    Attachment: TestSelectNodes.java

The attached unit test exhibits bug 194.  A single result is expected from the xpath ("101") but none is returned.  This bug also break JSON serialization for extensions that extend ElementWrapper.

> FOMXPath selectNodes() accepts a Base argument but requires an Axiom object to work properly
> --------------------------------------------------------------------------------------------
>
>                 Key: ABDERA-194
>                 URL: https://issues.apache.org/jira/browse/ABDERA-194
>             Project: Abdera
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Aaron Evans
>         Attachments: TestSelectNodes.java
>
>
> The FOMXPath implementation accepts a Base argument but the XPath implementation internally expects Axiom object to work properly.  See attached unit test to exploit the bug.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.