(Tuts for myself). Here are some article links about XML and how to parse it in Java using XPath. They might be useful.
- http://tutorials.jenkov.com/java-xml/index.html. A comprehensive tutorial article about Java and XML written by Jacob Jenkov. It’s easy to digest and practical.
- http://www.w3schools.com/xpath/default.asp. An easy introduction to XPath in HTML or XHTML by W3Schools.com
- http://www.newthinktank.com/2012/06/java-video-tutorial-44/. A series of video tutorials (Java Video tutorial 44, 45, and 46) about parsing XML in Java by Derek Banas.
- http://viralpatel.net/blogs/java-xml-xpath-tutorial-parse-xml/. Another Java XML parsing by Viral Patel.