Hi,
having a quite simple template:
<xsl:template match="p">
<fo:block>
<xsl:apply-templates/>
</fo:block>
</xsl:template>
I ask myself how to tell FO to keep empty lines if the block is empty.
Cheers
Jan
|
|
Hi,
I ask myself how to tell FO to keep empty lines if the block is empty. Cheers |
|||
|
|
|
|
Just add a
The leader will do nothing for lines with content, and will create an empty line for lines without content. Tested with Apache FOP and XEP. |
||
|
|
|
|
Alternatively,
|
||
|
|