to fix bug of missing footnotes when chunk level
greater than 1.
<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>