[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Page Wrapped Tables


Subject: Re: [xsl] Page Wrapped Tables
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 6 Jan 2004 13:45:13 GMT

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



Current Thread