RE: xml processing inside Tomcat

2004-10-27 Thread Shapira, Yoav
Hi, >Why are the classes in the lib/endorsed path better ? Surely the sun sdk is >better to use !! I hope you don't work on such blind assertions often ;) The XML APIs and Implementations that ship with Tomcat are better than the ones that ship with Sun JDK 1.4.2 for the reason I said in my pre

RE: xml processing inside Tomcat

2004-10-27 Thread Ben Bookey
Hi Yoav, Why are the classes in the lib/endorsed path better ? Surely the sun sdk is better to use !! I tried removing. But it uses crimson instead of xalan (as it should see below), and it doesnt work. I would like it to use the xalan api provided also inside of the JDK1.4.2 package. Based on th

RE: xml processing inside Tomcat

2004-10-27 Thread Shapira, Yoav
[EMAIL PROTECTED] >Sent: Wednesday, October 27, 2004 5:36 AM >To: Tomcat User List >Subject: xml processing inside Tomcat > > > >Dear List, > >We are using java sdk 1.4.2 which includes dom objects and a xml >transformer - EVERYTHING I need for my code to work. ALL m

xml processing inside Tomcat

2004-10-27 Thread Ben Bookey
Dear List, We are using java sdk 1.4.2 which includes dom objects and a xml transformer - EVERYTHING I need for my code to work. ALL my code imports begin with javax.xml.* [interfaces] and org.w3c.dom [xml API] and javax.trasform [for xslt processing]. I want my code ALWAYS -SPECIFICALLY to use