July 2002
Intermediate to advanced
864 pages
22h 32m
English
Support for DOM and SAX really isn't applicable to general XML software, but is more appropriate for development level software, such as XML parsers and processing applications. Here are two examples of DOM/SAX software:
Xerces (http://xml.apache.org/xerces2-j/index.html)— The Xerces XML Parser from the Apache Project is a Java-compliant, DOM-based XML Processor.
SAX (http://www.saxproject.org)— SAX is the Simple API for XML, and the site features a Java-based parser based on SAX.