Juan Manuel Bellina wrote:
/***************
[WARNING] table-layout=auto is not supported, using
fixed!
[WARNING] current implementation of tables requires a
table-column for each column, indicating column-width
Read the warning carefully. FOP 0.20.5 requires you to
supply definitions for all table rows:
<fo:table table-layout="fixed">
<fo:table-column column-width="5cm"/>
...
I put a little peace of code, as you ask.
/***************
<fo:table-row>
I can't tell from you code snippet, but you should check this
FAQ too:
http://xml.apache.org/fop/faq.html#table-missing
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]