common.xsl
author fabien
Mon, 06 Mar 2006 10:45:25 -0500
branchcthulhu_19e
changeset 4 b612f4869efe
parent 0 b33e0bb8c644
permissions -rw-r--r--
[svn] r14629@freebird: fabien | 2006-03-02 15:18:14 -0500 Replace w3m with elinks (nicer output with links table).

<?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>