From: [EMAIL PROTECTED]
<snip/>
I just upgraded from 20.3 to 20.5 and my PDFs that have embedded SVG stopped rendering with the following exception:
javax.xml.transform.TransformerException: java.lang.NullPointerException at org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:725) at org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:425)
<snip/>
The only way I could get it to work was to upgrade to Java 1.4.1. Please tell my I messed up my config changes for 20.5 and that there is not a dependence on something in java 1.4.
FOP 0.20.5 is not dependent on JDK 1.4.1. From the error trace, I would guess that there is something in your stylesheet that later versions of Xalan dont like. It would still work with JDK 1.4.1, since that ships with an older version of Xalan. To trace the problem I suggest you run the XSL transformation standalone.
See the following link for more info;
http://xml.apache.org/fop/running.html#check-input
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]
