DO NOT REPLY [Bug 46194] Unresolved id reference for fo:wrapper

2008-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46194





--- Comment #1 from Dmitry Beloborodov [EMAIL PROTECTED]  2008-11-12 04:03:34 
PST ---
Created an attachment (id=22859)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=22859)
PDF file


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


DO NOT REPLY [Bug 46194] New: Unresolved id reference for fo:wrapper

2008-11-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46194

   Summary: Unresolved id reference for fo:wrapper
   Product: Fop
   Version: 0.95
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: pdf
AssignedTo: fop-dev@xmlgraphics.apache.org
ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=22858)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=22858)
FO file

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./

And the page numbers in the index (see Index in the FopErr.pdf) for the
chapters and appendixes are missing.

The index entry for the section in the FO file looks like:

fo:page-sequence ...
fo:flow ...
fo:block ...
...
fo:wrapper id=d0e21 !-- Change, address -- /fo:wrapper ...
/fo:block
/fo:flow
/fo:page-sequence

The index entry for the chapter and appendix looks like:

fo:page-sequence ...
fo:flow ...
...

fo:wrapper id=d0e33 !-- Interface -- /fo:wrapper

...
/fo:flow
/fo:page-sequence

As you can see, the nesting level of index entry for the section differs from
the nesting level of index entry for the chapter and appendix.
How can I solve this problem?

FopErr.fo and FopErr.pdf files that demonstrate problem.


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