[EMAIL PROTECTED] wrote: <snip/>
The problem: When a long text string is inserted into a cell nead the end of a page, it overflows the end of the page and continues on the next one. Under these conditions FOP starts an infinite loop printing
Does the row containing the offending cell have the keep-together property defined? If so, then that is the cause of the problem. You need to remove it to allow FOP to break the row across pages.
If this isn't the case, then I guess you hit a bug in 0.20.5. Perhaps someone else might be able to offer advice for 0.20.5, but this branch of the code is old and no longer maintained. My recommendation would be to upgrade to 0.91beta, where the page breaking logic is much improved.
<snip/> Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
