Community

The Java XPath API

(Elliotte Rusty Harold) XPath expressions are much easier to write than detailed Document Object Model (DOM) navigation code. When you need to extract information from an XML document, the quickest and simplest way is to embed an XPath expression inside your Java program. Java 5 introduces the javax

Read More - Register for Free Membership