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