]> granicus.if.org Git - docbook-dsssl/commitdiff
Added mode="toc" for simplesect, since it is now permitted
authorBob Stayton <bobs@sagehill.net>
Thu, 13 Jan 2005 22:50:39 +0000 (22:50 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 13 Jan 2005 22:50:39 +0000 (22:50 +0000)
in the toc is simplesect.in.toc is set.

xsl/fo/autotoc.xsl

index 5460fb73ef80c965caede58bfe7864791466f0f7..357aae3ebc9dfc2697dbde49be4c12df0d62e09a 100644 (file)
   </xsl:if>
 </xsl:template>
 
-<xsl:template match="sect5" mode="toc">
+<xsl:template match="sect5|simplesect" mode="toc">
   <xsl:param name="toc-context" select="."/>
 
   <xsl:call-template name="toc.line"/>