"Julio Castillo" <[EMAIL PROTECTED]> wrote:- | | As I understand starting with SDK 1.4 an older version of Xerces was | bundled with the JDK. | | Sun's SDK 1.4.1 was recently released. Does anybody know what version | of Xerces was included? | | I fully understand the role of the endorsed directory to replace the | embedded version. Regarding this, I'm currently placing both the | xercesImpl.jar and the xmlParserAPIs.jar files there. I question | whether I need the xmlParserAPis.jar there. | | ** julio
Julio, AFAIK, Sun never shipped any version of Xerces with SDK 1.4 or onwards. You may have utilized by putting Xerces into endorsed. To directly answer your question, You need not to place xmlParserAPIs.jar in endorsed, if you are using JAXP APIs directly. Thanks - Gopal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
