[Previous] [Contents] [Next]


The Big Picture


To write a SAX application you'll need

An XML parser that supports SAX.
The SAX distribution, which is a collection of Java classes and interfaces. It can be found at http://www.megginson.com/SAX/saxjava-1.0.zip. This zip file is 118KB.
Event handlers implemented by you based on those interfaces and classes.

[Previous] [Contents] [Next]