[xsl] Elegant way to create an empty line

Subject: [xsl] Elegant way to create an empty line
From: Jan Hoeft <mail@xxxxxxxxxxx>
Date: Sun, 05 Jul 2009 13:58:20 +0200
Hi,
is there an elegant way to create empty lines using block elements?

My template is quite simple:

<xsl:template match="p">
  <fo:block>
     <xsl:apply-templates/>
  </fo:block>
</xsl:template>

How do I tell FO to create a new line for each <p/>?
Cheers
Jan

Current Thread