common.xsl
author fabien
Thu, 09 Feb 2006 11:58:34 -0500
branchecjdr
changeset 57 b227e197f601
parent 32 9261843deb25
child 82 e3cf708e9394
permissions -rw-r--r--
[svn] r5805@freebird: fabien | 2006-02-08 12:27:13 -0500 Ajout d'une section sur le hasard et une autre sur l'intégration des éléments mondains.

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
            version='1.0'>

<xsl:param name="segmentedlist.as.table" select="1"/>
<xsl:param name="variablelist.as.blocks" select="1"/>
<xsl:param name="generate.toc">
book toc
article toc,title
section toc,title
</xsl:param>
<xsl:param name="use.extensions" select="'0'"/>
<!-- xsl:param name="section.autolabel" select="1"/ -->
<xsl:param name="glossentry.show.acronym" select="'yes'"/>
<xsl:param name="glossterm.auto.link" select="1"/>
<xsl:param name="toc.section.depth" select="2"/>

</xsl:stylesheet>