Home Search Download Documentation
Help Community SIGs   
Python/XML Home
General XML
Books
 
Python Software
Documentation
Download
Other Software
FourThought
 
XML SIG
SIG page
SIG status
Subscribing
Archives
Anonymous CVS
DTDs
XBEL
 
At dmoz.org
XML
SGML
 
Email Us
amk1@bigfoot.com
 
  

General SAX Information

SAX is a common event-based interface for object-oriented XML parsers.

  • David Megginson's SAX page
    Megginson was the primary force behind SAX's development, and implemented the Java version of SAX.
  • What is an Event-Based Interface?
    This page explains what an event-based interface is, and contrasts the event-based SAX with the tree-based Document Object Model (DOM).