XML Object Model
Encyclopedia
XOM is a XML document object model for processing XML
with Java
that strives for correctness and simplicity.
XML
Extensible Markup Language is a set of rules for encoding documents in machine-readable form. It is defined in the XML 1.0 Specification produced by the W3C, and several other related specifications, all gratis open standards....
with Java
Java (programming language)
Java is a programming language originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities...
that strives for correctness and simplicity.
External links
- Design Principles and XOM: A Conversation with Elliotte Rusty Harold by Bill Venners, July 28, 2003
- XOM Home Page
- XOM Sample Code
- XOM Tutorial
- XOM API