xsl-list
[Top] [All Lists]

RE: Page Wrapped Tables

2004-01-06 09:53:45
That works beautifully

Thanks alot

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
David
Carlisle
Sent: 06 January 2004 13:45
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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



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