xsl-list
[Top] [All Lists]

inserting a bage break

2004-09-01 07: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"
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




<Prev in Thread] Current Thread [Next in Thread>