https://issues.apache.org/bugzilla/show_bug.cgi?id=46194
Advertising
Andreas L. Delmelle <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Andreas L. Delmelle <[EMAIL PROTECTED]> 2008-11-12
09:10:10 PST ---
(In reply to comment #0)
Hi
> I'm using DocBook XSL 1.73.2 with FOP 0.95. When I generate a PDF, FOP warns
> about unresolved ID references, such as this warning:
>
> /WARNING: Page 9: Unresolved id reference "d0e33" found./
This issue does not exist anymore in FOP Trunk. The "id" property for
fo:wrappers that are direct flow-children is not correctly processed in 0.95
and earlier, since those wrappers are completely ignored.
Solved in FOP Trunk as of:
http://svn.apache.org/viewvc?view=rev&revision=654111
Workaround for earlier versions would be to use an empty fo:block instead of a
fo:wrapper.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.