IIRC, <fo:block/> is ignored by FOP (or rather the XSL-FO spec indicates
it should be ignored). Wouldn't it be better to use this:
<xsl:template match="br">
<fo:block> </fo:block>
</xsl:template>
?
M�ller, Markus wrote:
> Hi Matthias,
>
> you can find several XSL:FO samples using a tag like <br/> to specify line
> breaks, using the template
> ...
> <xsl:template match="br">
> <fo:block/>
> </xsl:template>
> ...
> For detailed information see
> http://www.biglist.com/lists/xsl-list/archives/200202/msg01290.html
>
> MM
--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]