Rishi Khan wrote: > When I have a table that is longer than one page, the PDF produced by > XMLMind
The PDF is actually produced [1] by an XSL style sheet which generates XSL-FO [2] by a XSL-FO Processor which converts XSL-FO to PDF. > 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> The structure of your table is fine. I think that you have found a bug in FOP 0.94. The workaround is to convert your table (having a title) to an informaltable (having no title) (the DocBook menu has a command which does that). This being said, RenderX XEP (and probably FOP 0.20.5) has no such bug.

