RE: [xsl] showing column headers in multipage pdf

Subject: RE: [xsl] showing column headers in multipage pdf
From: "Yoshida, Ken" <kryoshida@xxxxxxxxxxxxxx>
Date: Tue, 29 Apr 2003 15:27:33 -0400
Hey Mark,

You need to create table headers for the table.

<fo:table-header font-size="8pt" font-family="sans-serif"
background-color="#CCCCCC">
    <fo:table-row display-align="after">
       <fo:table-cell padding-top="1pt"><fo:block text-align="left"
font-weight="bold">
	  Column Name
	 </fo:block></fo:table-cell>
</fo:table-header>

Ken

-----Original Message-----
From: Mark Ivs [mailto:markivs2003@xxxxxxxxx] 
Sent: Tuesday, April 29, 2003 3:17 PM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] showing column headers in multipage pdf


Using xsl fo I generate a multiple page pdf which
basically has a long table with hundreds of rows.
Right now the table column headers show up only in the
first page. But I want it to show up in every page.
How do I do that ?

Any help on this will be appricated.

Thanks.
Mark

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com

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

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


Current Thread