Hello,
I´ve got a problem with rendering an fo-file to pdf using an embedded Fop.
I get the following exceptions.
[reports] [INFO] building formatting object tree
[reports] [DEBUG] setting up fonts
[reports] [ERROR] Unknown formatting object null^null
BUILD FAILED
java.lang.NullPointerException
at org.apache.fop.fo.FOTreeBuilder.startElement(Unknown Source)
at org.apache.fop.tools.DocumentReader.parse(Unknown Source)
at org.apache.fop.apps.Driver.render(Unknown Source)
I tried out the hints in the list, but none of them really worked. I´m
using FOP 0.20.4 with included Xalan and Xerces and Xerces Namespace-Awareness
set explicitly to 'true'.
My fo-File looks like that:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
...
</fo:root>
Does someone know what I´m doing wrong?
Thanks for your help.
Matthias
--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]