XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> Sun Microsystems, SAX Tutorials -> Serial Access with the Simple API for XML (SAX)

Serial Access with the Simple API for XML (SAX)

Date: Mar. 21, 2000
Link: http://java.sun.com/xml/docs/tutorial/sax/index.html
Source Author or Organization: Eric Armstrong, Sun Microsystems

This tutorial introduces the event-driven mechanism for accessing XML documents, SAX. This is the fastest and least memory-intensive protocol for dealing with XML documents, but it requires much more programming than DOM, and the event-driven model is a bit harder to visualize. Cross indexed with both definitions and other tutorials. Comprises Part II of a larger work; Working with XML, The Java API for Xml Parsing (JAXP) Tutorial.