You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@apache.org on 2002/06/10 10:58:51 UTC

cvs commit: xml-fop/docs/examples/fo pdfoutline.fo

keiron      2002/06/10 01:58:51

  Modified:    docs/examples/fo pdfoutline.fo
  Log:
  changed to use single xml element to contain all bookmarks
  
  Revision  Changes    Path
  1.4       +2 -0      xml-fop/docs/examples/fo/pdfoutline.fo
  
  Index: pdfoutline.fo
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/examples/fo/pdfoutline.fo,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- pdfoutline.fo	11 Dec 2001 12:08:28 -0000	1.3
  +++ pdfoutline.fo	10 Jun 2002 08:58:50 -0000	1.4
  @@ -59,6 +59,7 @@
   
   
   <!-- beginning of the PDF outline extensions --> 
  +  <fox:bookmarks>
   
     <fox:outline internal-destination="sec1">
       <fox:label>What is FOP?</fox:label>
  @@ -119,6 +120,7 @@
     <fox:outline internal-destination="sec11">
       <fox:label>License</fox:label>
     </fox:outline>
  +  </fox:bookmarks>
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org