]> granicus.if.org Git - docbook-dsssl/commitdiff
FOP now supports xsl-foonote-separator region to draw the horiz rule.
authorBob Stayton <bobs@sagehill.net>
Sun, 16 May 2004 07:05:50 +0000 (07:05 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 16 May 2004 07:05:50 +0000 (07:05 +0000)
xsl/fo/pagesetup.xsl

index e4a417eea928af74dcba9d73ae1544c371f880e5..0a3caa0b51ed281ceb510b5412f4ecd9a493f21d 100644 (file)
     </fo:block>
   </fo:static-content>
 
+  <xsl:call-template name="footnote-separator"/>
+
   <xsl:if test="$fop.extensions = 0">
-    <xsl:call-template name="footnote-separator"/>
     <xsl:call-template name="blank.page.content"/>
   </xsl:if>
 </xsl:template>