Community

Parsing an XML Document with XPath

(Deepak Vohra) The getter methods in the org.w3c.dom package API are commonly used to parse an XML document. But J2SE 5.0 also provides the javax.xml.xpath package to parse an XML document with the XML Path Language (XPath). The JDOM org.jdom.xpath.XPath class also has methods to select XML docu

Read More - Register for Free Membership