foxmask wrote:
i'm using fop 0.25.0 and when i do :
fop.sh -d foo.fo foo.pdf
i meet the following problem :
...
java.lang.NullPointerException
        at 
org.apache.fop.fo.PropertyManager.getTextDecoration(PropertyManager.java:365)

This indicates that your FO file is invalid, probably you generate content outside of a fo:flow or fo:static-content. Check your style sheet. ...
tips : i "build" the .fo file from an xml file using <xi:include....>
Unfortunately, this is utterly irrelevant.

Generate a FO file, see
 http://xml.apache.org/fop/running.html#check-input
and check whether you have a fo:flow, or whether there is content
generated outside the fo:flow.

J.Pietschmann

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



Reply via email to