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", "org.apache.xalan.processor.TransformerFactoryImpl");
System.setProperty("javax.xml.parsers.SAXParserFactory", "org.apache.xerces.jaxp.SAXParserFactoryImpl");


then work on the org.w

at an appropriate place (or pass them as -D - option when starting the server or wherever)


does anyone out there use XSLT with Tomcat 4 or 5?
if so, which xslt processor do you use, and how do you make it accessible via Tomcat 
to your web apps?

i cannot seem to find any documentation toward using xslt with Tomcat.

i have been struggling with this issue for days now, so even a vague pointer in the 
right direction would be a great help.
thanks, paul.






--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to