You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2008/11/12 13:03:10 UTC

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

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: d_beloborodov@custis.ru


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.

DO NOT REPLY [Bug 46194] Unresolved id reference for

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46194


Andreas L. Delmelle <ad...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Andreas L. Delmelle <ad...@apache.org>  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.

DO NOT REPLY [Bug 46194] Unresolved id reference for

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46194

Glenn Adams <gl...@skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #3 from Glenn Adams <gl...@skynav.com> 2012-04-01 06:36:08 UTC ---
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed

-- 
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] Unresolved id reference for

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46194





--- Comment #1 from Dmitry Beloborodov <d_...@custis.ru>  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.