I dont know why by the 
<xsl:attribute name="break-before">page</xsl:attribute> is not working.

This is the exact code that i added.
<xsl:if test="position() != 1">
<xsl:attribute name="break-before">page</xsl:attribute>
</xsl:if>


Amick, Eric wrote:
> 
> May I suggest, instead of generating an empty block, that you add the
> break-before attribute to the table element instead?
> 
> <xsl:if test="position() != 1">
> <xsl:attribute name="break-before">page</xsl:attribute>
> </xsl:if>
> 
> Put that right under the table start tag.
> 
> 
> Eric Amick   Systems Engineer II
> Legislative Computer Systems
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Page-Breaks-in-Table-tp25906883p25909738.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to