Re: How to read an XML file and extract values for the attributes using ANT script
Posted By:
Robin_Perrot
Posted On:
Tuesday, August 12, 2008 05:44 AM
Hello !
You juste have to declare your XML file in a target of your Ant script with the task "xmlproperty"...then you will be able to access to your xml tags like a property ... read this :
Have fun
Robin