Where did you put it? It should look something like this: <fo:table *other attributes*> <xsl:if test="position() != 1"> <xsl:attribute name="break-before">page</xsl:attribute> </xsl:if>
The <xsl:attribute> must appear before any child element other than <xsl:attribute>. I know the technique is sound because I use it myself. Eric Amick Systems Engineer II Legislative Computer Systems --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
