]> granicus.if.org Git - docbook-dsssl/commitdiff
Process footnotes correctly when chunking
authorNorman Walsh <ndw@nwalsh.com>
Sun, 15 Apr 2001 21:11:33 +0000 (21:11 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 15 Apr 2001 21:11:33 +0000 (21:11 +0000)
xsl/html/footnote.xsl
xsl/html/sections.xsl

index a5c7ec7d5c8f8f00b5a5364a4a7e8db80c4c6b2d..2ace0e0e7e84c5e0578994fafc763ed86d9c028e 100644 (file)
   </xsl:if>
 </xsl:template>
 
+<xsl:template name="process.chunk.footnotes">
+  <!-- nop -->
+</xsl:template>
+
 <xsl:template match="footnote" mode="process.footnote.mode">
   <div class="{name(.)}">
     <xsl:apply-templates/>
index 0f3430938fa78367d7f9805fe85334fdc37ab102..aa5522e07cf9ba4d2259d666ff0ec3c1327d313c 100644 (file)
@@ -27,6 +27,7 @@
       <xsl:call-template name="section.toc"/>
     </xsl:if>
     <xsl:apply-templates/>
+    <xsl:call-template name="process.chunk.footnotes"/>
   </div>
 </xsl:template>
 
@@ -76,6 +77,7 @@
       <xsl:call-template name="section.toc"/>
     </xsl:if>
     <xsl:apply-templates/>
+    <xsl:call-template name="process.chunk.footnotes"/>
   </div>
 </xsl:template>