Can someone point me to a tutorial/guide that describes how to extract data from an XML file, attribute-wise.
Thank you...
I have attached the XML file from which I want to extract the data...
Printable View
Can someone point me to a tutorial/guide that describes how to extract data from an XML file, attribute-wise.
Thank you...
I have attached the XML file from which I want to extract the data...
Based on this FAQ, you can use JAXP.
And here is a good tutorial for JAXP:
Java API for XML Processing