[xsl] How to divide footnotes from the rest of the text ?

Subject: [xsl] How to divide footnotes from the rest of the text ?
From: "Sandeep Deshpande" <2dsan@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 3 Oct 2001 23:13:35 +0530
Hi All,
Can anyone help me in solving this problem ?
In XML - PDF conversion, how to divide footnotes from the rest of the text
by a separator using formatting objects ie <FO> tags in XSL. I am writing
the following code for the separator, but it is not giving the desired
output.

<fo:page-sequence>
<fo:static-content flow-name="xsl-footnote-separator">
<fo:block>
<fo:leader leader-pattern="rule"
leader-length="100%"
rule-style="solid"
rule-thickness="0.5pt"/>
</fo:block>
</fo:static-content>
</fo:page-sequence>


- Sandeep D.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread