From: "Sam Prokop" <[EMAIL PROTECTED]>
Hi Fop-User,
We are trying to update our servlet on tomcat to fop 0.20.5, but we are getting the following error:
Error fo transform: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: A node test that matches either NCName:* or QName was expected.
The Stylesheets are working fine with the old 0.20.4 version and with command line fop 0.20.5.
This could be a classpath issue. At the start of your java code that calls FOP, place the following line:
System.out.println(System.getProperty("java.class.path"))capture the output and make sure the xalan distributed with FOP appears before any other XSLT processor in the path.
Chris
_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger http://www.msn.co.uk/messenger
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
