There are many implementations of SAX and DOM that allow Java Developers to manipulate XML documents. But are there any other alternatives?
Created May 4, 2012
Davanum Srinivas You can use JDOM from http://www.jdom.org. The API is intuitive, Java-centric (e.g. it uses Java Collections) and is optimized for Java.