In the above xml file i want to read start corresponding value 20120608145500 +0530, stop corresponding value 20120608150000 +0530 and channel corresponding value 0980.DD1.in
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
There are any number of XML APIs you could use: SAX, DOM, XPath, dom4j, XOM, JDOM, StAX... If you haven't used any API, try out a few to see which you like best.
I probably wouldn't start with SAX, though, it requires more code to be written than most of the other APIs. XPath might be a good fit if you want to extract a few specific, well-defined values out of a document.