This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] 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


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]