[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

xsl question on fo:page-sequence


Subject: xsl question on fo:page-sequence
From: "Kathryn Watson" <kathryn_watson@xxxxxxxxxxxxxxx>
Date: Thu, 30 Mar 2000 09:49:27 -0700

I'm just starting to work with xsl:fo, and I'm trying to take a working
example and change the page numbers to start at 24,   instead of 1. It
should be pretty simple right? The 'initial-page-number' is a attribute
of 'fo:page-sequence' so if I'm not mistaken, the following code should
work:

                    <fo:page-sequence initial-page-number="24">
                    ... (other examle stuff)
                   <fo:static-content flow-name="xsl-after"> <fo:block
text-align-last="centered" font-size="10pt"><fo:page-number/></fo:block>

                    </fo:static-content>

                    <fo:flow> <xsl:apply-templates/> </fo:flow>
</fo:page-sequence>

But, of course, I must be missing something, as the page numbers still
start at 1. I can successfully remove the page number, so I  know that I

can make modifications. Any advice?

Thanks in advance, Kathryn.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords