[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XSL-FO insert a blank line

Subject: Re: XSL-FO insert a blank line
From: David Tolpin <dvd@xxxxxxxxxxxxxx>
Date: Thu, 9 Dec 2004 14:04:47 +0400 (AMT)
fo block linefeed treatment
Ranjan K. Baisak:
> 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>

Hi Ranjan,

XSL FO is good at expressing exactly what you need, just say it:

<fo:block linefeed-treatment="preserve">
</fo:block>

This is one blank line. For three blank lines, just add the lines:

<fo:block linefeed-treatment="preserve">


</fo:block>

David Tolpin

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.