[
Lists Home |
Date Index |
Thread Index
]
- From: Rajiv Mordani <Rajiv.Mordani@eng.sun.com>
- To: David Megginson <david@megginson.com>
- Date: Thu, 12 Oct 2000 16:21:35 -0700 (PDT)
JAXP 1.1EA is available at http://java.sun.com/xml and already supports
SAX2-ext.
- Rajiv
--
:wq
On Wed, 4 Oct 2000, David Megginson wrote:
> 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/
>
|