[xsl] Blank line with XSL-FO

Subject: [xsl] Blank line with XSL-FO
From: Mukul <mukulw3@xxxxxxxxx>
Date: Tue, 28 Jan 2003 22:02:10 -0800 (PST)
Hello ,
I am writing a XSL-FO stylesheet to display a report
from XML data. I have to write a header, footer and
body area of report. The report header is of 3 lines
followed by body(which will display actual records).

I am using <fo:static-content
flow-name="xsl-region-before"> to display header
content, and <fo:flow flow-name="xsl-region-body"> to
display report data.

The 1st two lines of header display some text, and
*the 3rd line of header must be blank*.

I am facing problem to specify the blank line of
header. I have specified  fo:region-body
margin-top="20mm" (in fo:simple-page-master)to leave
space between header and body. 

Is there a better way to specify blank line in header,
which will act as seperator with body? I do not wish
to specify fo:region-body margin-top="20mm" for this
purpose.. 

Regards,
Mukul



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread