You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/08/24 23:56:15 UTC

DO NOT REPLY [Bug 11789] - [PATCH] [embed] JXPath now returns multiple values and uses Ant properties as xpath variables

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11789>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11789

[PATCH] [embed] JXPath now returns multiple values and uses Ant properties as xpath variables

nicolaken@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[PATCH] [embed] JXPath now  |[PATCH] [embed] JXPath now
                   |returns multiple values     |returns multiple values and
                   |                            |uses Ant properties as xpath
                   |                            |variables



------- Additional Comments From nicolaken@apache.org  2002-08-24 21:56 -------
Now the patch contains also a new feature: JXpath uses the Ant properties as 
variables in the xpath.

    <!-- Example of using an Ant property as a variable in jxpath -->
    <property name="jartoget" value="myJars"/>
    <echo message="${jxpath:/references[@name=$jartoget]}" /> 
    <!--                                 ^^^^^^^^^^^^     -->

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>