Author Login
Post 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)