common.xsl
author fabien
Mon, 03 Jul 2006 11:46:23 -0400
branchecjdr
changeset 87 bbe189163a7a
parent 82 e3cf708e9394
permissions -rw-r--r--
[svn] r2115@freebird: fabien | 2006-07-01 20:11:59 -0400 Move scenarios.txt to scenarios.xml

<?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:param name="generate.index" select="1"/>

</xsl:stylesheet>