OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]