RE: [xsl] Page Wrapped Tables

Subject: RE: [xsl] Page Wrapped Tables
From: "Manuel Reyes" <Manuel.Reyes@xxxxxxxxx>
Date: Tue, 6 Jan 2004 16:53:45 -0000
That works beautifully

Thanks alot

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of David
Carlisle
Sent: 06 January 2004 13:45
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Page Wrapped Tables


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


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


Current Thread