XPath with JDom
January 11, 2013
I wanted to find a particular node in an XML document and extract data from it, using Java. I'm using jdom as my standard XML parser. The technology used for finding nodes in an XML document is XPath.
In my case I was looking for all the nodes in the …