Sir Strongbad wrote:
I am trying to test it by passing it a
simple XML and XSL document, but it is generating an error as seen
below, in Tomcat.  Is the servlet no seeing the stylesheet?

That's the most probable cause. Another possibility is a faulty
style sheet.
Test your source XML+XSLT using the FOP command line application,
in order to see whether this works.
The path to the style sheet must be either relative to tomcat's CWD,
or a full absolute path (it is not run through the URIResolver).

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to