Bug 16047

Summary: PDF bookmark extension example is missing closing tag
Product: Fop - Now in Jira Reporter: myquestions
Component: documentationAssignee: fop-dev
Status: CLOSED INVALID    
Severity: normal    
Priority: P3    
Version: 0.20.5   
Target Milestone: ---   
Hardware: All   
OS: All   

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