On Oct 23, 2008, at 13:31, Harshini Madurapperuma wrote:
Here with I have attached the XSL-Fo file which causes the problem.
Layout contains a table with table header and footer. And enabled
"omit table-footer at page-break" Data fits exactly into 3 full
pages and what will be remain after the end of third page is the
table footer. But it doesn't print in the fourth page. It cause a
out of memory since it keeps on going in a loop and prints "footer
could not fit on page, moving last body row to next page"
continuously.
Can you please test this. Many Thanks in advance
FYI:
I ran your document through FOP 0.95, and there were a few issues:
- 0.95 is much less forgiving about adding the undefined 'element-id'
property you're specifying on every FO, so I had to remove these; no
idea why you're adding them, but strictly speaking, the better way
would be to put them in a foreign namespace
- empty table-cells and static-contents are a no-go in more recent
versions (since it violates the XSL-FO spec)
Once those issues were resolved, your file ran fine, and produced the
expected outcome.
HTH!
Cheers
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]