-
Notifications
You must be signed in to change notification settings - Fork 118
Home
rolfl edited this page Nov 17, 2011
·
17 revisions
JDOM provides a complete, Java-based solution for accessing, manipulating, and outputting XML data from Java code.
This is a recommended upgrade for anyone still using JDOM 1 versions. This release includes an important Namespace synchronization bug fix, a new SAXBuilder flag for faster parsing, an updated Jaxen library, new support for Unicode surrogate pairs, and support for the Android Dalvik VM. We're operating in maintenance mode and don't anticipate a major revision unless something changes in the XML landscape. Simple is beautiful.
JDOM 2.0 adds support for Java 5 with features like generics:
See the main site http://jdom.org.
[JDOM Home](http://www.jdom.org)
Stable Release
- [Download](http://www.jdom.org/downloads/index.html)
- [JavaDoc](http://www.jdom.org/docs/apidocs/index.html)
JDOM 2.x
- Overview
- Getting Started
- JDOM on Android
- [JavaDoc](http://hunterhacker.github.com/jdom/jdom2/apidocs/index.html)
- [Coverage](http://hunterhacker.github.com/jdom/jdom2/coverage/index.html)
- [UnitTests](http://hunterhacker.github.com/jdom/jdom2/junit.report/index.html)
- Features
- JDOM 1.x to JDOM 2.x
- Dependencies
Developing JDOM