common.xsl
branchecjdr
changeset 32 9261843deb25
parent 0 9119688b1f02
child 82 e3cf708e9394
--- a/common.xsl	Mon Jan 23 13:07:10 2006 -0500
+++ b/common.xsl	Mon Jan 23 13:07:15 2006 -0500
@@ -5,12 +5,14 @@
 <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
+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>