DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6490>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6490

fox:outline fails to generate bookmarks

           Summary: fox:outline fails to generate bookmarks
           Product: Fop
           Version: 0.20.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When attempting to use fox:outline extensions as documented, bookmarks do not 
appear in Adobe Acrobat 5.0.

The pdfoutline.fo document when converted to PDF does not have book marks 
visible.

Even this simple test fo file fails:

<pre>

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"; 
xmlns:fox="http://xml.apache.org/fop/extensions";>

    <fo:layout-master-set>
        <fo:simple-page-master margin-right="10mm" margin-left="10mm" margin-
bottom="10mm" margin-top="20mm" page-width="297mm" page-height="210mm" master-
name="landscape">
            <fo:region-body margin-top="25mm" margin-bottom="20mm"/>
        </fo:simple-page-master>
    </fo:layout-master-set>

  <fox:outline internal-destination="sect1">
    <fox:label>Section 1</fox:label>
    <fox:outline internal-destination="sect1.1">
      <fox:label>Section 1.1</fox:label>
    </fox:outline>
  </fox:outline>

<fo:page-sequence master-name="landscape">
    <fo:flow flow-name="xsl-region-body">
        <fo:block id="sect1">This is section 1</fo:block>
        <fo:block id="sect1.1">This is section 1.1</fo:block>
    </fo:flow>
</fo:page-sequence>

</fo:root>

</pre>

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

Reply via email to