]> granicus.if.org Git - docbook-dsssl/commitdiff
Added template to create footnote separator rule (if supported by your favorite FO...
authorNorman Walsh <ndw@nwalsh.com>
Sat, 16 Nov 2002 21:54:58 +0000 (21:54 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 16 Nov 2002 21:54:58 +0000 (21:54 +0000)
xsl/fo/pagesetup.xsl

index 16b7e29eb9590bbb15664c667bd7a0763c2e8d04..50383ae9c7b52864a87a3d2e81788fc85f130f6e 100644 (file)
       </xsl:call-template>
     </fo:block>
   </fo:static-content>
+
+  <xsl:call-template name="footnote-separator"/>
+</xsl:template>
+
+<xsl:template name="footnote-separator">
+  <fo:static-content flow-name="xsl-footnote-separator">
+    <fo:block>
+      <fo:leader color="black" leader-pattern="rule" leader-length="1in"/>
+    </fo:block>
+  </fo:static-content>
 </xsl:template>
 
 <xsl:template name="header.table">