JDOM is using JAXP to locate the parser. Use JAXP to change the parser that you use. Check out www.javasoft.com for more info on the JAXP.
As a side note - JDOM is not a parser, it is an api to simplify access to the DOM model. Dmitry -----Original Message----- From: Brendle, Douglas A. [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 9:27 AM To: [EMAIL PROTECTED] Subject: Loading Different XML Parser Hi all, I'm using the JDOM api for xml parsing. Trouble is, Tomcat still tries Xerces no matter where I install the jdom.jar file. I've put it in /shared, /common and /webapp but no luck. Any ideas?
