|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: XSL-FO insert a blank line
Hi,
> I am using <fo:block/> to insert blank line. This does
> not seem to work properly. As I am totally new to
> xsl-fo, can anybody suggest me how to insert a blank
> line?
> <fo:static-content flow-name="xsl-region-after">
> </fo:block>
> <fo:block/>
> <fo:block/>
> <fo:block/>
> <fo:block/>
> <fo:block font-family="Helvetica" font-size="10pt"
> text-align="left">
> XYZ Corporation
> </fo:block>
> </fo:static-content>
That looks awfully like HTML from 1999. Use e.g.
<fo:static-content flow-name="xsl-region-after">
<fo:block font-family="Helvetica" font-size="10pt" text-align="left"
space-before="70pt">XYZ Corporation</fo:block>
</fo:static-content>
Cheers,
Jarno
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








