← Prev in month ← Prev in thread
Next in thread → Next in month →

FOP Infinite Loop with keep-together

From
<>
Date
2004-03-05T16:31:07+00:00
ID
Thread
FOP Infinite Loop with keep-together
Hi,

A few weeks ago I posted the following workaround to FOP's mostly
non-existent support for keep-together.

<fo:table table-layout="fixed" width="100%">
    <fo:table-column column-width="proportional-column-width(1)"/>
    <fo:table-body>
    <fo:table-row keep-together="always">
    <fo:table-cell>
    <fo:block>
       <xsl:apply-templates select="probations-paroles"/>
    </fo:block>
    </fo:table-cell>
    </fo:table-row>
    </fo:table-body>
</fo:table>

I now have the problem that probations-paroles is larger than one page. In
this case, FOP goes into an infinite loop. The FOP group has not been very
helpful. I don't think there is a good solution to fixing this, short of
getting rid of keep-together. However, this group has been so helpful in
the past, I thought I would ask if there were any suggestions to keep
keep-together and FOP and at the same time solve the infinite loop
problem.

Thanks in advance.

Vincent
← Prev in month ← Prev in thread
Next in thread → Next in month →