move table header out of the body:
<fo:table-header>
<fo:table-row>
<fo:table-cell/>
<fo:table-row>
</fo:table-header>
<fo:table-body>
<fo:table-row>
<fo:table-cell/>
<fo:table-row>
</fo:table-body>
cu Torsten
-----Original Message-----
From: Francisco Garc�a [mailto:[EMAIL PROTECTED]
Sent: Donnerstag, 5. Juni 2003 10:44
To: [EMAIL PROTECTED]
Subject: can I use <fo:table-header>?
Hello.
I use <fo:table-header> in a table, but i get:
Error: org.apache.fop.apps.FOPException: Currently only Table Rows are
supported in table body, header and footer
My code is:
<fo:table-header>
<fo:table-row>
<fo:table-cell>
<fo:block text-align="center"> Registro</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block text-align="center">Municipio</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-header>
I have FOP 0.20.4
Thanks.
Francisco.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]