common.xsl
author fabien
Fri, 30 Dec 2005 20:32:18 -0500
branchecjdr
changeset 15 488370ca00b3
parent 0 9119688b1f02
child 32 9261843deb25
permissions -rw-r--r--
[svn] r2065@freebird: fabien | 2005-12-30 20:31:49 -0500 Correction of encoding. Ensure to use xhtml stylesheet.

<?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">
/article toc,title
book 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:stylesheet>