Steiner, Priska wrote: > there is a snippet of my .xsl. Note that Oleg asked for a relevant *FO* snippet. Posting parts of XSLT code is often insufficient for tracking down problems. However, you are lucky, in your special case:
> <fo:table-row> > <fo:table-cell padding-top="0.5cm"> > <fo:block font-family="Arial" > font-weight="bold" keep-with-next="always"> The problem is here: keep-with-next does *not* work if placed on a fo:block. Move this to the fo:table-row above: <fo:table-row keep-with-next="always"> You did read the messages detailing it, like http://marc.theaimsgroup.com/?l=fop-user&m=102701992908937&w=2 did'nt you? J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]