You can do something along the lines of this if you want to ensure your blank 
line/s will be the same height as your text etc:

one blank line:

<fo:block font-size="10pt" white-space-collapse="false">
<xsl:text> </xsl:text>
</fo:block>

----- Start Original Message -----
From: Ail Sahin <[EMAIL PROTECTED]>
To: fop-users@xmlgraphics.apache.org
Subject: Empty lines

> Hi there,
> 
> look at the following snippet
> "<fo:block break-before="page" font-size="10pt"  font-weight="bold" 
> space-after="1cm">
>                     <xsl:value-of 
> select="name2"/><fo:block/><xsl:text></xsl:text>
>                     <xsl:value-of 
> select="street"/><fo:block/><xsl:text></xsl:text>
>                     <xsl:value-of select="postalcode"/><xsl:value-of 
> select="city"/><xsl:text></xsl:text>
>   </fo:block>"
> 
> I'd like to have three empty lines before "name2".
> 
> Any ideas how to manage this?
> 
> Thanks in advance
> 
> Ali
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

----- End Original Message -----

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

Reply via email to