Ignore:
Timestamp:
2007-05-25T16:12:13+12:00 (17 years ago)
Author:
lh92
Message:

Added the copyright information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl-documentation/manuals/processing/xml-to-pdf.xsl

    r13861 r14099  
    44<xsl:include href="fo-common.xsl"/>
    55<xsl:include href="crossref-pdf.xsl"/>
     6
     7<xsl:variable name="licence" select="document('GNUFDL.xml')/Licence"/>
    68
    79<xsl:attribute-set name="toc-heading-style">
     
    144146  </xsl:for-each>
    145147</xsl:for-each>
     148
     149<!-- GNUFDL -->
     150<fo:block xsl:use-attribute-sets="toc-chapter-style">
     151<fo:basic-link color="black" internal-destination="{$licence/@id}"><xsl:apply-templates select="$licence/Title/Text"/>
     152  <fo:leader leader-pattern="space"/><fo:page-number-citation ref-id="{$licence/@id}"/>
     153</fo:basic-link>
     154</fo:block>
     155
    146156<!-- figure and table lists -->
    147157<!--
     
    199209</xsl:if>
    200210</xsl:for-each>
     211
     212<fo:block break-after="page"/>
     213
     214<!-- the GNU FDL -->
     215<!-- header -->
     216<fo:block xsl:use-attribute-sets="page-heading-style"><fo:marker marker-class-name="head"><xsl:value-of select="$licence/Title"/></fo:marker></fo:block>
     217<!-- licence content -->
     218<fo:block><xsl:apply-templates select="$licence/*[not(Filename)]"/></fo:block>
     219
    201220</fo:flow>
    202221</fo:page-sequence>
Note: See TracChangeset for help on using the changeset viewer.