xsl-list
[Top] [All Lists]

Re: inserting a bage break

2004-09-01 09:42:10
"Geoff Walsh" <geoff(_dot_)walsh(_at_)hamilton-grant(_dot_)com> 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



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