[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <david@megginson.com>
- To: xml-dev@xml.org
- Date: Wed, 04 Oct 2000 11:09:12 -0400 (EDT)
The final 1.0 release of the SAX2-ext package is now available at
http://www.megginson.com/Software/
There are no changes from the 1.0pre release except for version
numbers in the documentation.
This package provides optional extension interfaces that XML parsers
can use to report non-core information like comments, CDATA section
boundaries, and attribute and element type declarations. In addition
to the SAX2-ext package, you need a parser with a SAX2 driver that
supports these extensions (Apache's Xerces 1.2 currently supports
SAX2-ext, and JAXP will do so in its 1.1 release).
Microsoft's MSXML parser supports a C++ or BASIC translation of these
interfaces as well (I cannot tell which one -- it's not clear from
their download page).
All the best,
David
--
David Megginson david@megginson.com
http://www.megginson.com/
|