All releases of XOM


Release Notes: Query strings in canonical URLs are no longer doubled. XPath text, document, comment, and processing instruction nodes are now correctly converted to numbers when used with relational operators.


Release Notes: A Maven 2 build target was added. Builder.build((Reader) null) now throws a NullPointerException instead of a confusing MalformedURLException.


Release Notes: The latest Unicode normalization tables are used. A lookup method was added in XPathContext, which finds the namespace URI for a prefix. xml:id attributes are no longer checked for NCNames. Xerces was upgraded to 2.8.0, DTD-only version. DOMConverter can accept a NodeFactory to be used in creating the XOM document. Various bugs were fixed, especially in canonicalization and XPath, and one that could cause toXML to generate malformed output when a namespace URI contained an ampersand. The version number is correctly reported by java -jar.


Release Notes: New features implemented include node factories for DOMConverter and a lookup method in XPathContext. In addition, some obscure bugs have been fixed.


Release Notes: This release adds XPath, exclusive XML Canonicalization, Document Subset Canonicalization, a setInternalDTDSubset method in DocType, xml:id support, and externally supplied XSL parameters. It ranges from two to four times faster than version 1.0 for many common operations.


Release Notes: SAXConverter no longer needlessly duplicates namespace declarations, and should be faster. The fat Text class should be working again. A few small issues have been fixed in Jaxen.


Release Notes: The API is now considered to be stable, and probably won't change before 1.1 final. Beta 3 focuses on performance. This release is measurably faster than beta 2 for many common operations, and probably at least twice as fast as XOM 1.0.


Release Notes: This release adds many bugfixes for XPath and a few other bugfixes, including ones for namespace handling during SAX conversion and attribute parentage in copied elements. It probably introduces new bugs in serialization with Unicode Normalization Form C (NFC); addressing this will be a major focus for beta 3. Beta 2 also makes some optimizations that should slightly decrease the memory footprint.


Release Notes: The primary addition is workarounds for several more Crimson bugs in the handling of the internal DTD subset. A few small optimizations were made. A few bugs in XPath were fixed. Java 1.4 or later is required due to some changes in the underlying Jaxen XPath engine. This is intended to be a temporary situation, and compatibility with Java versions as old as 1.2 will be restored later.


Release Notes: This release removes the internal dependency on IBM's ICU, so the entire distribution is smaller and more self-contained. In addition, a few random bugs have been fixed, and the XIncluder now tries to use relative URLs in xml:base attributes where possible.