"Frances" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Bill Barker wrote: >> "Frances" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >> >>>I'm on Tomcat 3, it comes with an xml-apis.jar, but no docs.. do you >>>know where I can find docs for it.. I'm trying to read properties with >>>xml, can't use loadFromXML() because that method is 1.5-only.. don't >>>know if xml-apis.jar is it, but... why no docs... >>> >> >> >> Urm, you must be getting this from a third-party provider, since no >> official release of TC 3.x ships with anything as modern as xml-apis.jar. >> All official TC 3.3.x releases default to crimson if no other XML parser >> is available. >> > thank you for yr response.. this is at work, then maybe somebody put the > xml-api in there.. either way, on my windows machine locally am running > Tomcat 5, and that one did come with an xml-apis.jar (I know, I did not > put it there..) but also no docs.. I'm on 1.4, what api (& docs) pls do I > use for this.. thank you again..
Using a 1.4 JVM, TC 3.3.x will default to the 1.4 XML parser. With TC 5, you need to install the compatibility pack. Then you get the Xerces parser as the default. Without more info form you, this is pretty much the best I can do. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]