Free Getting Started with XOM Tutorial

Feb
11

Getting Started with XOM

Posted by admin

Elliotte Rusty Harold’s new XML Object Model (XOM) is a simple, tree-basedAPI for XML, written in Java. XOM attempts to build on good ideas fromother Java XML APIs — SAX, DOM, and JDOM — and to leave behind some of theirfrustrations. The result is a high-level open-source API that is easy tolearn and use, assuming that you are already familiar with Java andXML.Unlike SAX, XOM is written with classes instead of interfaces, makingit more straightforward to use. With SAX you must first implementi 
continue >>

Add A Comment