SAX is a common, event-based API for parsing XML documents. The first
draft of SAX was supported by IBM's XML for Java, DataChannel's DXP,
James Clark's XP, and Microstar's AElfred parsers. Support for Tim
Bray's Lark parser and Microsoft's MSXML parser was provided through
third-party drivers.
SAX fills the same role for XML that the JDBC fills for SQL: with SAX,
a Java application can work with any XML parser, as long as the parser
has a SAX 1.0 driver available. SAX 1.0 drivers for the major parsers
will be appearing shortly.
For more information, or to download SAX 1.0 with two sample drivers
(Lark and MSXML), please visit the following URL:
Thanks and congratulations to everyone,
David Megginson
-- David Megginson ak117@freenet.carleton.ca Microstar Software Ltd. dmeggins@microstar.com http://home.sprynet.com/sprynet/dmeggins/