Re: [xsl] XSL-FO Page numbering

Subject: Re: [xsl] XSL-FO Page numbering
From: "Susan" <laborde@xxxxxxxxxxxx>
Date: Mon, 6 Dec 2004 06:38:34 -0600
What about using page-number-citation as a 'cross-document' reference?  I'm
using <xsl:document> to create multiple .fo files from one input file.  At
the same time, in the same stylesheet, I'm creating a TOC--a list of "Volume
I, Volume II," etc., and the subsections in each volume.  My links from the
TOC to each Volume and subsection work, but I can't get page numbers (Saxon
error message [warning] unresolved page-number-citation).  I've tried adding
an fo:block with id and can't get that to work, but I'm not sure how to
supply the file path in the ref-id value.  Or, is this impossible?  I'm
using Saxon 6.5.3  for the .fo transformation and XEP 4.0 to create the .pdf
files. I've searched and read for days and am still lost, would greatly
appreciate any help.
Susan

----- Original Message ----- 
From: "Pawson, David" <David.Pawson@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, December 06, 2004 5:45 AM
Subject: RE: [xsl] XSL-FO Page numbering


The intention is that the
  <fo:block id="theEnd"/>
appear as the last flowed block in your laid out content.
That's how it gets the last page number.

Hence it needs to be at the end of the last flow that
you declare.

Easy enough to check it in the resulting .fo file.

regards DaveP

Current Thread