The ApplyXSLT example also works under tomcat 3.2.2, the crucial
thing being to include xalan.jar and xerces.jar in the CLASSPATH
(and to exclude jaxp.jar and parser.jar.)
Notes:
1. relative paths for dtd's etc. are relative to the webapps directory
rather than the servlet context (both 3.2.1 and 3.2.2).
2. With debug=true, 3.2.2 replaces special chars by entities
( e.g., < by %lt;) in error data sent by ApplyXSLT to the browser,
whereas 3.2.1 left the html tags alone and displayed the
errors properly.
3. I am using jdk1.3.1, xerces 1.2.3, and xalan 2.0.0 on Windows 2000.
Stan.
----- Original Message -----
From: "niv maman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 5:23 PM
Subject: Re: xalan ApplyXSL sample servlet fails
> hi .
> did u check it with the new release of tomcat 3.2.2?