Chris Bowditch wrote:
Somewhat easier:
<xsl:template match="page">
  <fo:block text-align="center">
    <xsl:if test="position()!=last()>
      <xsl:attribute name="break-after">page</xsl:attribute>
    </xsl:if>
    <fo:table>
...

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to