banner
  
Home Search Download Documentation
Help Community SIGs   
Python/XML Home
General XML
Books
 
Python Software
Documentation
Download
Other Software
FourThought
Python Web Services
 
XML SIG
SIG page
Subscribing
Archives
DTDs
XBEL
 
At dmoz.org
XML
SGML
 
Email Us
xml-sig@python.org
 
Python Powered
Valid HTML 4.01!
  

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).