I already try this but it works only if a put a charachter somewhere.
 
If a put anything, it doesn't work
 
 
Xavier Gibouin
Axonie
Espace Mercoeur
8, rue Mercoeur
44000 Nantes
02.40.48.53.23
[EMAIL PROTECTED]
----- Original Message -----
Sent: Thursday, November 21, 2002 3:11 PM
Subject: Re: break line

xavier gibouin wrote:

> i would like to build a block with only break line :

> <fo:block xsl:use-attribute-sets="paragraphe" start-indent="5mm">



> </fo:block>

> but break line doensn't appear in the pdf (attributewrap-option is not
> yet implemented / i try to put white-space )
Try this one
<fo:block start-indent="5mm" border="thin solid" white-space-collapse="false"
linefeed-treatment="preserve">



</fo:block>

Note: linefeed-treatment is not implemented yet, but white-space-collapse by
mistake preserves linefeed, so the combination of these 2 properties gives you
what you want and not only in FOP, but in any other formatter, so could be
considered as clean solution.

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to