RE: [xsl] pdf generation

Subject: RE: [xsl] pdf generation
From: "Alan Kennedy" <xsl-list@xxxxxxxxx>
Date: Tue, 19 Jun 2001 10:39:08 +0100
Bala,

There is an excellent tutorial for XSL:FO included in the distribution for
the FO -> PDF tool from RenderX. Go to www.renderx.com for more information.
It discusses, among many other things, your page numbering problem.

I believe that what you need to be using is

<fo:static-content flow-name="xsl-region-before">
  <fo:block>Page <fo:page-number/></fo:block>
</fo:static-content>

Alan.


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


Current Thread