Jason Hunter has released JDOM 1.1, a library for processing XML with Java using a tree metaphor. Besides bug fixes, this release adds:
- EntityResolvers when building documents
- A forceNamespaceAware property in DOMOutputter to specify that you want a DOM constructed with namespaces even if the source JDOM document has no namespaces
- An isXMLWhitespace() method in Verifier
- set/getIgnoringBoundaryWhitespace() methods and features to SAXBuilder and SAXHandler