Hi Andreas; I would be really thankful for the effort you have taken to run this file. I'm really happy to know that the file gave the expected output. In order to verify, will I be able to know about the outcome. Does it give 3 full page output and a last page(fouth page) only with table header(background color pink) and footer (background color green)? This should be the expected output.
Many thanks in advance Harshini -----Original Message----- From: Andreas Delmelle [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 1:26 AM To: [email protected] Subject: Re: Missing table footer when report data exactly fits into a single page and "Leave out table footer at page-break" is enabled 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] ------------------------------------------------------------------------------ CONFIDENTIALITY AND DISCLAIMER NOTICE This e-mail, including any attachments, is confidential and intended only for the addressee. If you are not the intended recipient, please notify us immediately and delete this e-mail from your system. Any use or disclosure of the information contained herein is strictly prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
