This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: pdf generation


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]