Subject: Re: Elegant way to create an empty line
From: mark bordelon <markcbordelon@xxxxxxxxx>
Date: Sun, 5 Jul 2009 07:41:40 -0700 (PDT)
|
Jumping on this track....
Has anyone every written an fop transformer in xsl 1.0 out there which will
transform all (most) of the formatting in an html document , essentially
converting it to a pdf?
THAT would really be a great help.
> 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
|