It's my understanding, that right now keep-with-next is only implemented on the table-row element. What's more, you can only use it when you know you will not have any more rows than will fit on a page. Otherwise FOP goes into an endless loop.
> -----Original Message----- > From: Jörg Flotho [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 26, 2001 5:33 AM > To: [EMAIL PROTECTED] > Subject: keep-with-next, orphans, widows > > > <fo:block space-after="3.0pt" space-before="0.0pt" text-align="start" > text-indent="0.0pt" line-height="1.2" orphans="1" widows="1"> > <fo:inline font-family="Helvetica" font-size="10pt"> > <xsl:apply-templates/> > </fo:inline> > </fo:block> > > what's wrong with this? > there is no result, whatever which parameter is given in > orphans ans widows. > > The next problem is keep-with-next: > <fo:block margin-left="0.0pt" space-after="0.0pt" > space-before="5.0pt" > text-align="left" text-indent="0.0pt" > keep-with-next="true"> > <fo:inline font-family="Helvetica" > font-size="11pt" font-weight="bold" > font-style="italic"> > <xsl:apply-templates/> > </fo:inline> > </fo:block> > It doesn't work either. > > Can anyone help please? > > Jörg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]