common.xsl
branchcthulhu_19e
changeset 0 b33e0bb8c644
equal deleted inserted replaced
-1:000000000000 0:b33e0bb8c644
       
     1 <?xml version='1.0'?>
       
     2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
       
     3             version='1.0'>
       
     4 
       
     5 <xsl:param name="segmentedlist.as.table" select="1"/>
       
     6 <xsl:param name="variablelist.as.blocks" select="1"/>
       
     7 <xsl:param name="generate.toc">
       
     8 /article toc,title
       
     9 book toc,title
       
    10 </xsl:param>
       
    11 <xsl:param name="use.extensions" select="'0'"/>
       
    12 <!-- xsl:param name="section.autolabel" select="1"/ -->
       
    13 <xsl:param name="glossentry.show.acronym" select="'yes'"/>
       
    14 <xsl:param name="glossterm.auto.link" select="1"/>
       
    15 
       
    16 </xsl:stylesheet>