Changeset 14097 for trunk


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

Added to handle the Licence section in manuals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl-documentation/manuals/processing/fo-common.xsl

    r13861 r14097  
    8181<!-- chapter title -->
    8282<xsl:when test="parent::Chapter"><fo:block xsl:use-attribute-sets="chapter-title-number" id="Chapter_{../@id}"><xsl:if test="not(starts-with(@id, 'appendix')) and not(starts-with(@id, 'biblio'))"><xsl:number count="Chapter" format="1"/></xsl:if></fo:block>
     83<fo:block xsl:use-attribute-sets="chapter-title-text"><xsl:apply-templates/></fo:block></xsl:when>
     84<xsl:when test="parent::Licence"><fo:block xsl:use-attribute-sets="chapter-title-number" id="{../@id}"/>
    8385<fo:block xsl:use-attribute-sets="chapter-title-text"><xsl:apply-templates/></fo:block></xsl:when>
    8486<!-- sections' title, with section number -->
     
    169171<fo:list-block xsl:use-attribute-sets="list-style">
    170172<xsl:for-each select="Bullet">
    171 <fo:list-item><fo:list-item-label end-indent="label-end()">
    172 <fo:block><fo:inline font-family="Symbol">&#x2022;</fo:inline></fo:block>
     173<fo:list-item>
     174<fo:list-item-label end-indent="label-end()">
     175<fo:block><fo:inline font-family="Symbol"><xsl:if test="not(//@id='GNUFDL')">&#x2022;</xsl:if></fo:inline></fo:block>
    173176</fo:list-item-label>
    174177<fo:list-item-body start-indent="body-start()">             
     
    529532<xsl:template match="i"><fo:inline font-style="italic"><xsl:apply-templates/></fo:inline></xsl:template>
    530533<xsl:template match="u"><fo:inline text-decoration="underline" color="blue"><xsl:apply-templates/></fo:inline></xsl:template>
     534<xsl:template match="FileName"/>
    531535</xsl:stylesheet>
Note: See TracChangeset for help on using the changeset viewer.