|
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. |
- R: can I use <fo:table-header>? Francisco Garc�a
- R: can I use <fo:table-header>? Roberto Bonsignori
- RE: can I use <fo:table-header>? Torsten Erler
