> True, the release notes should mention that. > I heard something similar is true for tomcat but I am not sure (can > someone verify?).
this is true. from the relase note of tomcat RELEASE-NOTES-4.1.txt -------------------------- Tomcat 4.1 and XML Parsers: -------------------------- As described above, Tomcat 4.1 makes an XML parser (and many other standard APIs) available to web applications. This parser is also used internally to parse web.xml files and the server.xml configuration file. If you wish, you may replace the "xercesImpl.jar" file in "common/endorsed" with another XML parser, as long as it is compatible with the JAXP 1.1 APIs.
