xsl-list
[Top] [All Lists]

Re: Page Wrapped Tables

2004-01-06 06:45:13

stick the rows that you want repeated on each page inside an fo:table-header:

<fo:table>
<fo:table-header>
 <fo:table-row>
  .... repeated header row
  </fo:table-row>
</fo:table-header>
<fo:table-body>
  <fo:table-row>
  .... 
  </fo:table-row>
  ....
</fo:table-body>
</fo:table>



-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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



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