xsl-list
[Top] [All Lists]

RE: showing column headers in multipage pdf

2003-04-29 12:27:33
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(_at_)yahoo(_dot_)com] 
Sent: Tuesday, April 29, 2003 3:17 PM
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>