Tuesday, April 2, 2013

Using JDOM API to create an XML document

2:52 AM

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.

Read an XML document using JDOM API

2:50 AM
Read an XML document using JDOM API
to be continued...