> -----Original Message-----
> From: Osman Ç?nar Eren [mailto:[EMAIL PROTECTED]
>

Hi,

> in the following body after the first template is applied, i want
> to start the second template in a new page.
>

Since you leave us guessing... the template probably currently looks like:

<xsl:template match="elementlist">
  <fo:block ...>

Adding this:

  <xsl:if test="(key = 'pasif') and (position() = 1)"
    <xsl:attribute name="break-before">page</xsl:attribute>
  </xsl:if>

should be sufficient.

HTH!

Greetz,

Andreas


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

Reply via email to