You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2009/11/12 21:58:39 UTC

[jira] Created: (PIVOT-341) Add XPath support to XMLSerializer

Add XPath support to XMLSerializer
----------------------------------

                 Key: PIVOT-341
                 URL: https://issues.apache.org/jira/browse/PIVOT-341
             Project: Pivot
          Issue Type: New Feature
          Components: core-xml
            Reporter: Greg Brown
             Fix For: 1.4.1


The XMLSerializer.getElements() method is currently a stub. It should return a list of elements matching the given XPath argument.

This method does not need to support the complete XPath syntax - it only needs to support the slash-separated path notation and the equality operator for attribute comparisons.



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


[jira] Resolved: (PIVOT-341) Add XPath support to XMLSerializer

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-341.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.4.1)
                   1.4

XMLSerializer now supports a simplified form of XPath for accessing element data.


> Add XPath support to XMLSerializer
> ----------------------------------
>
>                 Key: PIVOT-341
>                 URL: https://issues.apache.org/jira/browse/PIVOT-341
>             Project: Pivot
>          Issue Type: New Feature
>          Components: core-xml
>            Reporter: Greg Brown
>             Fix For: 1.4
>
>
> The XMLSerializer.getElements() method is currently a stub. It should return a list of elements matching the given XPath argument.
> This method does not need to support the complete XPath syntax - it only needs to support the slash-separated path notation and the equality operator for attribute comparisons.

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