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]