RE: Xslt and Tomcat

2004-06-17 Thread Shapira, Yoav
Hi, Someone can deny this, as opposed to confirming it ;) DOM4j is not part of Xerces. You can read about it and download it at http://www.dom4j.org/. Yoav Shapira Millennium Research Informatics -Original Message- From: Worley Brent - bworle [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: XSLT in Tomcat apps

2004-05-05 Thread Shapira, Yoav
Hi, I bet a bunch of people use Xalan. There's plenty of docs on it, starting with the web site itself (http://xml.apache.org/xalan-j/index.html), which has servlet examples among others (http://xml.apache.org/xalan-j/samples.html). There's even a session on it in the upcoming open source

RE: XSLT in Tomcat apps

2004-05-05 Thread Peter Guyatt
Hi There, We use the Xerces XML parser and the Xalan XSLT processor. all are downloadable from http://xml.apache.org We usually just add the jar files to the WEB-INF/lib directory or in the j2sdk1.4.2_xx/jre/lib/endorsed directory is we are using a JDK later than 1.3 Hope this helps

Re: XSLT in Tomcat apps

2004-05-05 Thread Christoph Meier
i usually deploy the xalan.jar into $catalina_base/shared/lib then i advise to set something like System.setProperty(javax.xml.parsers.DocumentBuilderFactory, org.apache.xerces.jaxp.DocumentBuilderFactoryImpl); System.setProperty(javax.xml.transform.TransformerFactory,