]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug #2834826 where appendix inside part was not chunked as it should be.
authorBob Stayton <bobs@sagehill.net>
Wed, 2 Dec 2009 07:22:10 +0000 (07:22 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 2 Dec 2009 07:22:10 +0000 (07:22 +0000)
xsl/html/chunktoc.xsl

index 7f3fdd3ed58bac49519ceaaaa488696b084a7e99..3e667a1b9b8290b61901c25a330786271cd97bbb 100644 (file)
   <xsl:call-template name="process-chunk"/>
 </xsl:template>
 
-<xsl:template match="book/appendix">
+<xsl:template match="appendix">
   <xsl:call-template name="process-chunk"/>
 </xsl:template>
 
   <xsl:call-template name="process-chunk"/>
 </xsl:template>
 
-<xsl:template match="article/appendix">
-  <xsl:call-template name="process-chunk"/>
-</xsl:template>
-
 <xsl:template match="article/glossary">
   <xsl:call-template name="process-chunk"/>
 </xsl:template>