Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

Ant xmlproperty question

canadatom

2010-02-25

Replies: Find Java Web Hosting

Author LoginPost Reply

Hi all, I am new to ant, here is a simple task I want to do:
using xml to parse a xml and get a certain attribute off the xml.

example xml
[code]
<psf>
<project reference="v1.0,http://blahblahblah1,desc1"/>
<project reference="v1.1,http://blahblahblah2,desc2"/>
<project reference="v1.2,http://blahblahblah3,desc3"/>
</psf>
[/code]

How can I echo a list of project reference?
thanks for helping
--
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.