XOM is an XML object model. XOM project is a tree-based API for processing XML with Java that simultaneously supports streaming.
In many use-cases, it can process arbitrarily large documents with effectively constant memory sizes.
It strives for correctness, simplicity, and performance, in that order. XOM supports XSLT, Canonical XML, and XInclude.
Product's homepage
Requirements:
· Java 2 Standard Edition Runtime Environment
What's New in This Release: [ read full changelog ]
· Fixes a bug that double query strings in base URLs.
· Upgraded to Jaxen 1.1.3 to fix an XPath bug evaluating relational operators when one of the operands was a text, comment, or processing instruction node.