]> granicus.if.org Git - docbook-dsssl/commitdiff
Support glossary, bibliography, and index in components
authorNorman Walsh <ndw@nwalsh.com>
Thu, 8 May 2003 13:27:07 +0000 (13:27 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 8 May 2003 13:27:07 +0000 (13:27 +0000)
xsl/html/autotoc.xsl

index 3fd1a4da5bd01f653c78c1b1cb885e9b71a3ec35..5c46d87fd555a71d33b3495f7d10d79d5e006910 100644 (file)
 
   <xsl:call-template name="subtoc">
     <xsl:with-param name="toc-context" select="$toc-context"/>
-    <xsl:with-param name="nodes" select="section|sect1
+    <xsl:with-param name="nodes" select="section|sect1|glossary|bibliography|index
                                          |bridgehead[$bridgehead.in.toc != 0]"/>
   </xsl:call-template>
 </xsl:template>