inserting a bage break2004-09-01 07:29:47I 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
|
|
||||||||||||||||