When I have a table that is longer than one page, the PDF produced by  
XMLMind tries to force the table onto one page and half of the table  
is missing and the other half runs over text. Is there an easy way to  
make tables flow to multiple pages. The general structure of the  
table is:
<table>
<tgroup>
<thead> ... </thead>
<tbody>
<row><entry>...</entry><entry>...</entry></row>
</tbody>
</table>

Reply via email to