https://issues.apache.org/bugzilla/show_bug.cgi?id=48765

--- Comment #2 from Georg Datterl <g...@geneon.de> 2010-02-18 11:54:25 UTC ---
This is the offending fo:block

<fo:block space-before.optimum="1em" space-before.minimum="0.8em"
space-before.maximum="1.2em" >
The <fo:inline font-weight="bold">
        <fo:inline id="example.anchor.1"/>anchor</fo:inline> element is empty
and contributes
nothing to the flow of the content in which it occurs.  It is only useful
as a target.
</fo:block>

Adding hyphenate="false" to the fo:block avoids the NPE. 
Adding a text to the empty fo:inline avoids the NPE. 
Removing the id attibute avoids the NPE.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to