Tuesday, March 19, 2013

JDOM (Java-based document object model for XML)

10:37 PM

JDOM is an open source library for working with a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programmer.

DOM API vs SAX API

10:22 PM
DOM API vs SAX API
XML processing with DOM and SAX API.