Numbers of libraries are there that helps you to read the data from xml. What i used is SAX parser and DOM parser.
Note : If you want to read the data from XML. SAX parser is faster than DOM parser.