Re: unable to get the servlet example working

2001-07-20 Thread Gary L Peskin
It looks like Tomcat is having problems finding MyContentHandler. Please verify that it this is the correct name of your Java class. Also, make sure that it is not in a package since xalan:content-handler requires a fully qualified class name. Then, you need to make sure that this is in a locat

unable to get the servlet example working

2001-07-20 Thread Chittajallu, Vamsi
hello, I am new user of xslt and xalan. I was trying to get the SimpleXSLTServlet example running in tomcat using ant. I made the following changes to todo.xsl: http://www.w3.org/1999/XSL/Transform"; xmlns:xalan="http://xml.apache.org/xslt";> I did this as i was getting aUTF-8

Re: Servlet example

2001-07-13 Thread Morten Jorgensen
Please refer to my recent e-mail to xalan-dev: > Do not try to run any extensive testing on the TrAX implementation. > This is just a very basic start and proof of concept. I added some new TrAX code today, which demonstrates how the current XSLTC TrAX implementation can be used. These samples a

Re: Servlet example

2001-07-13 Thread Bruno Verachten
Hi Padraig, Bruno Verachten wrote: >> I have the same problem, when setting the >> javax.xml.transform.TransformerFactory >> system property to >> org.apache.xalan.xsltc.trax.TransformerFactoryImpl. > Try org.apache.xalan.xsltc.trax.TransformerFactoryImpl > The location of this class cha

Re: Servlet example

2001-07-13 Thread Padraig O'hIceadha
Hi Bruno, Bruno Verachten wrote: > Hi Paul, > > I have the same problem, when setting the > javax.xml.transform.TransformerFactory > system property to > org.apache.xalan.xsltc.trax.TransformerFactoryImpl. > In the doc, it was written we had to give this value: | > org.apache.xalan.xsltc.runtime

RE: Servlet example

2001-07-12 Thread Bruno Verachten
Hi Paul, I have the same problem, when setting the javax.xml.transform.TransformerFactory system property to org.apache.xalan.xsltc.trax.TransformerFactoryImpl. In the doc, it was written we had to give this value: | org.apache.xalan.xsltc.runtime.TransformerFactoryImpl| but the class doesn't exi

RE: Servlet example

2001-07-12 Thread Bruno Verachten
Hi Paul, I have the same problem, when setting the javax.xml.transform.TransformerFactory system property to org.apache.xalan.xsltc.trax.TransformerFactoryImpl. In the doc, it was written we had to give this value: | org.apache.xalan.xsltc.runtime.TransformerFactoryImpl| but the class doesn't exi

RE: Servlet example

2001-07-12 Thread Shane Curcuru
-- Hmmm - if the stylesheet build failed (because it couldn't find the stylesheet or the xslInURI was bad) it should have thrown an exception. Odd. Oh: one idea: try also catching TransformerConfigurationException, which is what newTransformer actually throws when it has a problem. -- Your URLs

RE: Servlet example

2001-07-12 Thread Paul O'Neill
al Message- From: Lyne Moreau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 7:59 PM To: [EMAIL PROTECTED] Subject: Servlet example I'm trying to implement the code to execute a transformation inside a servlet. So far I was able to get everything done without any error m

Servlet example

2001-07-11 Thread Lyne Moreau
I'm trying to implement the code to execute a transformation inside a servlet. So far I was able to get everything done without any error message, but the transformation is never done. My HTML file is empty. Here is some code : if(requestValue.equalsIgnoreCase(REQUEST_QUERY)) {