Give this a shot:

<xsl:attribute 
name="break-after"><xsl:text>page</xsl:text></xsl:attribute>

-Lou

Rakesh Kumar S <[EMAIL PROTECTED]> wrote on 05/19/2008 04:19:44 
AM:

> 
> Hi guys,
> 
> I am migration to FOP 0.94, i notice that page breaks are not working.
> This is a list of letters and i have to break after rendering the 
> last row of each letter, i was earlier using this code and it was 
> working fine.
> 
> 
> <fo:table-row>
> 
> <fo:table-cell number-columns-spanned="18">
> 
> <fo:block><xsl:if test="position() != last()"><xsl:attribute 
> name="break-after">page</xsl:attribute></xsl:if></fo:block>
> 
> </fo:table-cell>
> 
> </fo:table-row>
> 
> 
> 
> How do we go about doing this in FOP 0.94???
> 
> 
> 
> Its a bit urgent, please reply back
> 
> 
> 
> Rakesh Kumar
> 
> 
> 
> 
> 
> 
> **************** CAUTION - Disclaimer *****************
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION 
> intended solely for the use of the addressee(s). If you are not the 
> intended recipient, please notify the sender by e-mail and delete 
> the original message. Further, you are not to copy, disclose, or 
> distribute this e-mail or its contents to any other person and any 
> such actions are unlawful. This e-mail may contain viruses. Infosys 
> has taken every reasonable precaution to minimize this risk, but is 
> not liable for any damage you may sustain as a result of any virus 
> in this e-mail. You should carry out your own virus checks before 
> opening the e-mail or attachment. Infosys reserves the right to 
> monitor and review the content of all messages sent to or from this 
> e-mail address. Messages sent to or from this e-mail address may be 
> stored on the Infosys e-mail system.
> ***INFOSYS******** End of Disclaimer ********INFOSYS***
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to