In the future, please check the archives and the FAQ.  Because it is a nice
sunny day, here it is:

In your flow, define a block that will appear last in the flow:

<fo:flow flow-name="xsl-region-body">
     <xsl:apply-templates select="data"/>
     <!-- IMPORTANT: THIS MUST BE THE LAST THING!!!-->
     <fo:block id="lastpage"></fo:block>
     <!-- IMPORTANT: THIS MUST BE THE LAST THING!!!-->
</fo:flow>

Wherever you want the total, place:

<fo:block font-size="8pt" color="black" text-align="end">
     Page <fo:page-number/> of <fo:page-number-citation ref-id="lastpage"/>
</fo:block>


-Lou





BRAHMA <[EMAIL PROTECTED]> on 02/04/2002 09:41:02 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:

Subject:  Is it possible to display "page 1 of N"


Hi All,

         Is it possible to display store the Total number of pages....

            Page 1  of  N
                - Where N is the total number of pages....

          For example :

                        Page  2 of 10

        Any help is appreciated...  :).

best regards
  brahma
---------------------------------------------
Brahmaiah Kurabalakota
Software Developer
eMIS eMerging Information Systems GmbH
Am Friedrichsbrunnen
D-24782 Büdelsdorf
Tel.: +49 (4331) 447 1520
Mobile: +49 (172) 5372297
mailto: [EMAIL PROTECTED]
www.emis-intl.com

(See attached file: brahmaiah.kurabalakota.vcf)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Attachment: =?iso-8859-1?Q?brahmaiah.kurabalakota.vcf?=
Description: Binary data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to