Edwin Goei wrote:
I've updated my unofficial JAXP FAQ page and a direct link to the info is http://xml.apache.org/~edwingo/jaxp-faq.html#jars.James Strachan wrote:Yes - I'll try sort this out. I'll ensure that all the xml-apis.jar versions
are actually full copies of JAXP. (Probably by just replacing any dodgy
copies with the latest that ships with Xalan)
BTW, Sun does not ship a single xml-apis.jar with the JAXP RI. Instead this is split into a jaxp-api.jar, sax.jar, and dom.jar. The reason for this is b/c of the endorsed standards rules for JDK 1.4 where newer versions of sax and dom are allowed, but not javax.xml.{parsers,transform}. There is more info on this at http://xml.apache.org/~edwingo/jaxp-faq.html.
-Edwin
---------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
