Re: Leader between body and footnotes?

> This message went to XSL List first. Maybe chances are better here.
> 
> I'd like to have a leader separating the body from the
> footnotes, like:
> 
>   This is some text in the flow.
>   -------
>   1. First footnote.
>   2. Second footnote.
> 
> I have a <footnote> element (inline) and a matching template in the XSL,
> but if I put the leader there there will be leaders between each footnote
> of course.

Gustaf,

this is simple and standard. 

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

David

Received on Tuesday, 6 August 2002 22:51:43 UTC