This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to get table format in PDF file while writing XSL


You can use the "space-before" and "space-after" attributes to control space
before and after block elements such as tables.

<fo:table space-before.optimum="1pt" .....other attributes...>

To keep the tables together you can use the "keep-with-next" and
"keep-with-previous" attributes on rows. It takes a bit of experimenting but
then again FOP is a work in progress. A table and keeps-and-breaks examples
come with FOP and check the FAQ links of the FOP site
[http://xml.apache.org/fop].

Cheers

Perry
----- Original Message -----
From: UTTAM SINGH
To: XSL-List@lists.mulberrytech.com
Sent: Tuesday, September 18, 2001 8:57 PM
Subject: [xsl] How to get table format in PDF file while writing XSL


Hi,
I am trying to get information in table format in PDF.
with cell borders.
In PDF file i am getting my data in Tabular form with
cell borders but the table size is not covering total
body ..there is space between region-before and main
body..
And the data is also going to next page ...so what to
do for reducing space..
uttam singh

__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]