On Fri, Apr 30, 2004 at 02:54:29PM +0200, Marco wrote:
: I've a problem with my application, it works under tomcat 4.1 and using
: xsltc.jar, I added a -D property to my initial parameter and all works fine.
: I tryed to upgrade the Tomcat version to 5.0, I added the same -D
: property and added the xsltc.jar into the server/lib but I've this error:
:
: -Djavax.xml.transform.TransformerFactory=
org.apache.xalan.xsltc.trax.TransformerFactoryImpl:
:
javax.xml.transform.TransformerConfigurationException: Could not compile
: stylesheet
You realize that Tomcat 5 ships with a newer XML toolkit, right?
-and that there's a way to use your old one, if you want?
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/RELEASE-NOTES.txt
I'd check that first.
-QM
--
software -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)