On Mon, 19 Mar 2001, Sankaranarayanan Ganapathy wrote:
> Hi All,
>
> What is the xml parser that is used with tomcat 3.2.1. I see them use
> parser.jar. Is that suns projectx implementation of xml parser?
>
The ProjectX parser was used in Tomcat 3.1.
Tomcat 3.2 uses the JAXP reference implementation parser (although you can
replace it with any parser that satisfies the JAXP APIs, including
Xerces). If I recall correctly, 3.2.1 shipped with JAXP 1.0.
> Where can I get the tech specs for that xml parser (like what jaxp/dom/sax
> version it supports). And where can I download it from?
>
http://java.sun.com/xml
> Any help will be of great use.
>
> Thanx in advance
> Ganesh
>
Craig McClanahan