common.xsl
branchecjdr
changeset 32 9261843deb25
parent 0 9119688b1f02
child 82 e3cf708e9394
equal deleted inserted replaced
31:7b1f0d361c63 32:9261843deb25
     3             version='1.0'>
     3             version='1.0'>
     4 
     4 
     5 <xsl:param name="segmentedlist.as.table" select="1"/>
     5 <xsl:param name="segmentedlist.as.table" select="1"/>
     6 <xsl:param name="variablelist.as.blocks" select="1"/>
     6 <xsl:param name="variablelist.as.blocks" select="1"/>
     7 <xsl:param name="generate.toc">
     7 <xsl:param name="generate.toc">
     8 /article toc,title
     8 book toc
     9 book toc,title
     9 article toc,title
       
    10 section toc,title
    10 </xsl:param>
    11 </xsl:param>
    11 <xsl:param name="use.extensions" select="'0'"/>
    12 <xsl:param name="use.extensions" select="'0'"/>
    12 <!-- xsl:param name="section.autolabel" select="1"/ -->
    13 <!-- xsl:param name="section.autolabel" select="1"/ -->
    13 <xsl:param name="glossentry.show.acronym" select="'yes'"/>
    14 <xsl:param name="glossentry.show.acronym" select="'yes'"/>
    14 <xsl:param name="glossterm.auto.link" select="1"/>
    15 <xsl:param name="glossterm.auto.link" select="1"/>
       
    16 <xsl:param name="toc.section.depth" select="2"/>
    15 
    17 
    16 </xsl:stylesheet>
    18 </xsl:stylesheet>