Could anybody help me with this task: How to avoid FOP to place table header at the end of the page following with no more rows on that page? Setting keep-with-next on the last row of table's table-head doesn't work. Table header is still at the bottom of the page. Assuming this example:
.... <fo:table> <fo:table-head> .... <fo:table-row keep-with-next="always"> .... </fo:table-row> </fo:table-head> <fo:table-body> .... </fo:table-body> </fo:table> FOP will put this table header at the end of the page and than again on the next page following with body: ----------------1st page --------- ... some content ... table header ---------------- 2nd page --------- table header table body . . --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]