dom4j 1.6.1

This website used to host dom4j, "an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP".

We have nothing to do with the develomment of dom4j; but we decided to put up this page about the 1.6.1 version of dom4j as quite a few people are still landing on this site looking for this version of the software.

As we don't feel good claiming any affiliation with the software, we happily forward you to SourceFourge where this (and newer) versions of the dom4j software can be downloaded:

download dom4j 1.6.1

dom4j 1.6.1 description

dom4j provides a Java library for working with XML, XPath, and XSLT.

dom4j is an easy to use, open source library for working with XML, XPath, and XSLT on the Java platform, using the Java Collections Framework, and with full support for DOM, SAX, and JAXP.

Main features:

  • designed for the Java platform with full support for the Java Collections Framework (Java 2 Collections)
  • full support for JAXP, TrAX, SAX, DOM, and XSLT
  • fully integrated XPath support for easy navigation of XML documents
  • event based proccessing mode to support for massive documents or XML streams
  • based on Java interfaces for flexible plug and play implementations.
  • support for XML Schema Data Type support using Kohsuke Kawaguchis excellent Multi Schema Validator library

Enhancements:

  • Updated the XPP2 implementation to version 2.1.10.
  • Fixed a problem with XMLWriterthat was causing too many new lines to be written to the resulting XML.
  • Include more information about the cause if an XPathExceptionor InvalidXPathExceptionis thrown.