Before I begin, a couple of points:
- Please don't hijack existing threads. Instead, start a new one and use
a descriptive subject. What you do is confusing.
- Please send questions to the fop-user mailing list. See
http://xml.apache.org/fop/maillist.html
A table-header is done like this:
<fo:table table-layout="fixed">
<fo:table-column.....
<fo:table-column.....
<fo:table-header>
<fo:table-row.....
</fo:table-header>
<fo:table-body>
<fo:table-row.....
</fo:table-body>
</fo:table>
You might want to get a good XSL-FO reference.
On 11.01.2005 04:43:45 Goel, Nitesh wrote:
> In the region body I am making a table. I want the table header(that
> row) to be repeated on subsequent pages. How to do that?
Jeremias Maerki