FYI. You could read the file into a property and use regular expressions. Since it's XML the patterns would not be too difficult

Sent from my iPhone

On Jul 25, 2008, at 4:36 AM, Alpesh Vesuwala <[EMAIL PROTECTED]> wrote:


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]

Reply via email to