- From: David Tolpin <dvd@renderx.com>
- Date: Wed, 7 Aug 2002 07:49:37 +0500 (AMST)
- To: gustafl@algonet.se (Gustaf Liljegren)
- Cc: www-xsl-fo@w3.org
> 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