This only lists sect1 items and prevents variables from being
shown making it unusable.
<xsl:param name="section.autolabel" select="1"/>
<xsl:param name="use.id.as.filename" select="1"/>
<xsl:param name="chunk.section.depth" select="0"/>
+ <xsl:param name="toc.section.depth" select="1"/>
</xsl:stylesheet>
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
- <xsl:param name="section.autolabel" select="1"></xsl:param>
+ <xsl:param name="section.autolabel" select="1"/>
+ <xsl:param name="toc.section.depth" select="1"/>
</xsl:stylesheet>