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
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
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
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
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
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
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
-- 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
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
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))
{
10 matches
Mail list logo