I remember you can't do this directly with Ant, but you have to use an extension...
Look at: XMLTask (xmltask-v1.15.1.jar) Anthony MÜLLER -----Original Message----- From: Alpesh Vesuwala [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2008 11:37 AM To: user@ant.apache.org Subject: How to read an XML file and extract values for the attributes using ANT script Hello Friends, I have an XML file to read from it and extract values of some attributes. These extracted values can further processed by the ANT script. The Sample XML File is: <TITLE> <ABC>abc</ABC> <XYZ>xyz</XYZ> </TITLE> I want to extract 'abc' and 'xyz' from this sample code. Please help me out, how can I do that? Thanks Alpesh -- View this message in context: http://www.nabble.com/How-to-read-an-XML-file-and-extract-values-for-the-attributes-using-ANT-script-tp18648408p18648408.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]