[xsl] inserting a bage break

Subject: [xsl] inserting a bage break
From: "Geoff Walsh" <geoff.walsh@xxxxxxxxxxxxxxxxxx>
Date: Wed, 1 Sep 2004 15:29:47 +0100
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"
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

Current Thread