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
-- 
View this message in context: 
http://old.nabble.com/Ant-xmlproperty-question-tp27714461p27714461.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to