Hello,

First, I want to thank all of you who gave me an advice on the problem!

I think that that we found a workaround for the problem:
It looks like FOP loops only in when a large text is inserted into a table
cell with number-rows-spanned larger than 1. FOP tries to present this cell
on two pages it goes into an infinite loop.

Like:

<fo:table-cell number-columns-spanned="10" number-rows-spanned="2"
xsl:use-attribute-sets="pad.lr.000 brd.006">
        <fo:block xsl:use-attribute-sets="blk.007">
                <fo:inline xsl:use-attribute-sets="blk.font.006">
                        <xsl:value-of
select="/fo-model/nsdc:data/nsdc:[EMAIL PROTECTED]&quot;foooo&quot;]"/>
                </fo:inline>
        </fo:block>
</fo:table-cell>

Has someone already experiensed this problem before? One solution is not to
use spanned rows. This, however, will cost us a lot of resources. Do you
think there is an alternative solution?

I also tried removing all keep-together properties but it didn't help.


Thanks!

Best Regards,
Yavor Kolarov

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to