By: | Elliotte Rusty Harold |
Version: | 1.0 |
Last release: | 2005-01-05 |
Platforms: | Java |
Category: | XML middleware |
Info on web: | http://www.xom.nu/ |
Feedback: | Something wrong? Follow this link. |
XOM is a tree-based API for processing XML documents that is designed to be better to use than alternatives such as the DOM, dom4j, and JDOM. It is based on SAX 2.0, but does not work with any SAX 2.0 implementation. XOM allows you to access the element structure, modify documents, and serialize documents back to XML.