]> granicus.if.org Git - docbook-dsssl/commitdiff
Added backmatter elements and article to part toc, since
authorBob Stayton <bobs@sagehill.net>
Thu, 13 Jan 2005 22:48:39 +0000 (22:48 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 13 Jan 2005 22:48:39 +0000 (22:48 +0000)
they are permitted by the DTD.

xsl/fo/autotoc.xsl

index 23e3217d248fde24cf5708b292152f6a94c8c8a3..5460fb73ef80c965caede58bfe7864791466f0f7 100644 (file)
 
   <xsl:call-template name="toc.line"/>
 
-  <xsl:variable name="nodes" select="chapter|appendix|preface|reference"/>
+  <xsl:variable name="nodes" select="chapter|appendix|preface|reference|
+                                     article|index|glossary|bibliography"/>
 
   <xsl:if test="$toc.section.depth &gt; 0 and $nodes">
     <fo:block id="toc.{$cid}.{$id}"