Hi All,
Has anyone encountered this exception before, if yes, what does it mean?
I'm running a XSL-FO to PDF code inside a JApplet. The code work fine as a
stand alone module but it fails inside an applet throwing the exeption:
--------------------------------------------------------------------------------------------------------------------------------
javax.xml.transform.TransformerConfigurationException: Failed to compile
stylesheet. 1 error detected.
at net.sf.saxon.PreparedStylesheet.prepare(PreparedStylesheet.java:124)
at
net.sf.saxon.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:125)
at
net.sf.saxon.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:80)
_________________________________________________________________________
Does anyone know why?
Thanks in advance