Re: XML parser: old version

2001-06-22 Thread Stan Devitt
Correct. Putting xerces.jar and xalan.jar at the start of the class path seems to work fine. Stan D. - Original Message - From: "Sam Newman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 4:43 AM Subject: Re: XML parser: old version > Someone said he manag

Re: xalan ApplyXSL sample servlet fails

2001-05-30 Thread Stan Devitt
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 (bot

Re: xalan ApplyXSL sample servlet fails

2001-05-29 Thread Stan Devitt
I got it (or rather, DefaultApplyXSLT) to work. The resolution was: 1. Use xalan-j_2_0_0, and the servlet example from there which uses ApplyXSLT 2. Clean up my careless classpath usage of jar files leading instead with xalan.jar and xerces.jar from the xalan2

xalan ApplyXSL sample servlet fails

2001-05-29 Thread Stan Devitt
Any pointers to additional info, a working example, or direct help in resolving the following would be most appreciated. Stan Devitt == I am attempting to run the servlet example that is part of the xalan1.2.2 zip file - specifically with DefaultApplyXSL