I use it as:
<fo:table>
<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>
<fo:table-body>
... table rows ...
</fo:table-body>
<fo:table>
-----Messaggio originale-----
Da: Francisco Garc�a [mailto:[EMAIL PROTECTED]
Inviato: gioved� 5 giugno 2003 10.44
A: [EMAIL PROTECTED]
Oggetto: 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]