Xalan & Tomcat: Please HELP!!!!!!!!!!!!!!!!!!!!

2001-01-30 Thread Doug Ferguson
I have figured out that my problem is directly related to Tomcat. I believe there is a descrepancy with the xml parser that tomcat is loading ant the one that xalan would like to see. Is there a way to provide a different classpath for the serlvet and/or context that is different from the classp

Re: Xalan & Tomcat: Please HELP!!!!!!!!!!!!!!!!!!!!

2001-01-30 Thread Holger Hartwig
Hi Doug, I had a simial problem when using Tomcat 3.2.1 together with enhydras xlmc package. I had to remove parser.jar and jaxp.jar (in TOMCAT_HOME/lib) from the classpath. Then tomcat uses the classes from apache for its own xml parsing, and it worked. Be careful to specify the jars in the righ