Re: [xsl] inserting a bage break

Subject: Re: [xsl] inserting a bage break
From: Klaas_Bals@xxxxxxxxxxxxxxxxxxxxxx
Date: Wed, 1 Sep 2004 18:42:10 +0200
"Geoff Walsh" <geoff.walsh@xxxxxxxxxxxxxxxxxx> wrote on 01/09/2004 
16:29:47:

> I am new to XSL, and am trying to insert a page break before each 'note'
> match. I have entered the following:
> 
>             <xsl:template match="Note">
>                         <fo:block page-break-before="always"

The property name is 'break-before' instead of 'page-break-before'.


> font-size="9pt" padding="2pt">
>                                     <xsl:value-of select="."/> 
>                         </fo:block>
>             </xsl:template>
> 
> Everything else in the file works except this, i.e. there are no page
> breaks where I want them. What am I doing wrong?
> 
> Geoff Walsh
> 

-----
Klaas Bals  -  CTO
Inventive Designers
Direct Phone: +32 - 3 - 8210183
Office Phone: +32 - 3 - 8210170
Office Fax: +32 - 3 - 8210171
Email: Klaas_Bals at inventivedesigners dot com

Current Thread