Subject: Re: XSL-FO insert a blank line
From: Mukul Gandhi <mukul_gandhi@xxxxxxxxx>
Date: Wed, 8 Dec 2004 23:31:27 -0800 (PST)
|
You can generate blank line by using line separator
character followed by fo:leader, as below

<fo:leader/>
Regards,
Mukul
--- "Ranjan K. Baisak" <ranjanbaisak@xxxxxxxxx> wrote:
> I am using <fo:block/> to insert blank line. This
> does
> not seem to work properly. As I am totally new to
> xsl-fo, can anybody suggest me how to insert a blank
> line?
> <fo:static-content flow-name="xsl-region-after">
> </fo:block>
> <fo:block/>
> <fo:block/>
> <fo:block/>
> <fo:block/>
> <fo:block font-family="Helvetica" font-size="10pt"
> text-align="left">
> XYZ Corporation
> </fo:block>
> </fo:static-content>
__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
|