xavier gibouin wrote:
i would like to build a block with only break line :Try this one
<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 )
<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]
