I'm trying to use XML and XSL within a
servlet to produce HTML output.
From the command line, I can use
and I get the results that I want.
I have tried accomplishing the same thing via a servlet (in
Tomcat) using
as well as with
Either of these versions will compile, but when I access the servlet via the browser, I get the following error:
Anyone have any ideas on this? Thanks!
[ Ajith disabled smilies in this post ]
[This message has been edited by Ajith Kallambella (edited May 18, 2001).]