Andreas Wagner wrote: > > I have a problem with the XXE Professional Version 3.4.0. When I try to > produce a PDF with the FOP processor I get the error message described > in the subject: > > Some content could not fit into a line/page after 50 attempts... > > This is the result of a table which is bigger than a single page. I can > avoid the error by reducing the size of the table. > > Now my question. Is it possible to configure the FOP processor to split > big tables on multiple pages? >
I don't know the answer to this question. My guess is that any XSL-FO processor should by default split large tables. However I would recommend: [1] Use FOP 0.92beta rather than FOP 0.20.5. (Uninstall the plug-in for FOP 0.20.5, then install the plug-in for FOP 0.92beta.) [2] Add a thead to your table. [3] If you use DocBook, use CALS tables, not HTML tables. When I do all this, I have no problems at all with large (3-page long) tables.

