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]

Reply via email to