Bug 16047 - PDF bookmark extension example is missing closing tag
Summary: PDF bookmark extension example is missing closing tag
Status: CLOSED INVALID
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: documentation (show other bugs)
Version: 0.20.5
Hardware: All All
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-14 02:44 UTC by myquestions
Modified: 2012-04-01 13:51 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description myquestions 2003-01-14 02:44:46 UTC
At the URL http://xml.apache.org/fop/extensions.html, there is an example
showing how to use the PDF bookmark extension.  

Line #9 should be a closing tag instead of an opening tag.
Below is the example copied from the extensions page:

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
               xmlns:fox="http://xml.apache.org/fop/extensions">
  <fox:outline internal-destination="sec3">
    <fox:label>Running FOP</fox:label>

    <fox:outline internal-destination="sec3-1">
      <fox:label>Prerequisites</fox:label>
    </fox:outline>
  <fox:outline>    <====== This should be a closing tag
</fo:root>
Comment 1 Pascal Sancho 2007-10-23 07:54:35 UTC
PDF bookmarks are now part of REC 1.1.
Comment 2 Glenn Adams 2012-04-01 13:51:48 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs