Using XPath for Efficient Parsing of the XML Documents in Java
Tuesday, August 28th, 2007If you ever had to write a document parser that uses DOM API in Java, you may have mixed feelings about the simplicity of using of this API. Yes, it is simple and the concept of the document tree is very easy to understand. However, if you want to write some really good (i.e. reliable) [...]
