Ail Sahin schrieb:
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".
space-before="1cm" solved the problem.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]