You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ch...@apache.org on 2003/09/02 17:05:28 UTC

cvs commit: xml-forrest/src/resources/skins/common/xslt/fo pdfoutline.xsl

cheche      2003/09/02 08:05:28

  Modified:    src/resources/skins/common/xslt/fo pdfoutline.xsl
  Log:
  
  
  Revision  Changes    Path
  1.5       +0 -2      xml-forrest/src/resources/skins/common/xslt/fo/pdfoutline.xsl
  
  Index: pdfoutline.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/common/xslt/fo/pdfoutline.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- pdfoutline.xsl	2 Jun 2003 03:28:27 -0000	1.4
  +++ pdfoutline.xsl	2 Sep 2003 15:05:28 -0000	1.5
  @@ -5,9 +5,7 @@
                   version="1.0">
   
   <xsl:template match="document" mode="outline">
  -  <fox:bookmarks>
         <xsl:apply-templates select="body/section" mode="outline"/>
  -  </fox:bookmarks>
   </xsl:template>
   
   <xsl:template match="section" mode="outline">