]> granicus.if.org Git - docbook-dsssl/commitdiff
Added process.chunk.footnotes to sect2 through 5
authorBob Stayton <bobs@sagehill.net>
Fri, 21 Feb 2003 09:41:33 +0000 (09:41 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 21 Feb 2003 09:41:33 +0000 (09:41 +0000)
to fix bug of missing footnotes when chunk level
greater than 1.

xsl/html/sections.xsl

index 1506a9fb7160a2a9ed1bdde96a8eaa0dfe3cdbf3..37658a7b06995858e83b81343a9a7bf22acf214f 100644 (file)
       <xsl:call-template name="section.toc.separator"/>
     </xsl:if>
     <xsl:apply-templates/>
+    <xsl:call-template name="process.chunk.footnotes"/>
   </div>
 </xsl:template>
 
       <xsl:call-template name="section.toc.separator"/>
     </xsl:if>
     <xsl:apply-templates/>
+    <xsl:call-template name="process.chunk.footnotes"/>
   </div>
 </xsl:template>
 
       <xsl:call-template name="section.toc.separator"/>
     </xsl:if>
     <xsl:apply-templates/>
+    <xsl:call-template name="process.chunk.footnotes"/>
   </div>
 </xsl:template>
 
       <xsl:call-template name="section.toc.separator"/>
     </xsl:if>
     <xsl:apply-templates/>
+    <xsl:call-template name="process.chunk.footnotes"/>
   </div>
 </xsl:template>