Summary: and JAXP problems

2002-07-30 Thread Hans Bergsten
Sorry for the barrage of messages about this problem yesterday. I should have waited until I had the complete story, and done my homework better before posting to the list. To make up for this, here's a summary of what I've found by now. The visible problem is that the in the Standard library (J

Re: and JAXP problems

2002-07-30 Thread Hans Bergsten
Okay, I think I've got it. Xalan uses a system property named "org.xml.sax.driver" to find out which driver implementation (whatever that is) to use. If I set this property to "org.apache.xerces.parsers.SAXParser", then it works fine with all the standard XML JARs in Standard 1.0.1 and JDK 1.3.1_

Re: and JAXP problems

2002-07-29 Thread Hans Bergsten
For whatever it's worth, replacing the XML JARs from Standard 1.0.1 with the ones in the "compatibility package" does not solve the problem for JDK 1.3.1_01 on Redhat Linux 7.2 (and probably not on ny other platform either) ... Hans Hans Bergsten wrote: > I spoke too soon. It turns out I didn't

Re: and JAXP problems

2002-07-29 Thread Hans Bergsten
I spoke too soon. It turns out I didn't really test with JDK 1.4. When I do, it works fine. I also found a thread about this exact problem in the archives (I *had* looked, searching for "XMLReaderImpl", but apparently the search function only looks at the Subject), where Shawn suggest that it's a

and JAXP problems

2002-07-29 Thread Hans Bergsten
Sorry to bother you with this, but after stairing at it for some time, I still don't understand what's going on. I get this exception when using from the Standard library, both 1.0 and 1.0.1, with Tomcat 4.0.4 and either JDK 1.3.1_01 and JDK 1.4, on Windows ME and Redhat Linux 7.2: javax.servlet