nice try.... ;)

<fo:block id="endofdoc"></fo:block> ist at the end !

on the first page i have <fo:page-number-citation ref-id="endofdoc"/>

and at the last page-sequence i have <fo:block id="endofdoc"></fo:block>

but fop forget to count 1 page





-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 10. April 2002 16:04
An: [EMAIL PROTECTED]
Betreff: RE: page-number



this tag must be right at the end of the doc <fo:block
id="endofdoc"></fo:block>

-----Original Message-----
From: Henrik Holle [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 10, 2002 3:42 PM
To: [EMAIL PROTECTED]
Subject: AW: page-number


thx

it nearly works.....

but i have e.g. 7 pages, but <fo:page-number-citation ref-id="endofdoc"/>
says 6 ??????????
Does ist start from 0 ? can i change it, or is something like
"fo:page-number-citation ref-id="endofdoc"/> + 1" possible ?


henrik


yup

Try this in the beginning of your xsl:

<fo:block>
  <fo:page-number/>/<fo:page-number-citation ref-id="endofdoc"/>
</fo:block>

And this somewhere close to the end.

<fo:block id="endofdoc"></fo:block>


-----Original Message-----
From: Henrik Holle [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 10, 2002 10:44 AM
To: [EMAIL PROTECTED]
Subject: page-number



hi,

how can i count all pages in my document? i have different "page-sequence
master-reference" but want to something like :" this document has 12 pages".

is it possible?


regards

henrik


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


This message contains information intended solely for the addressee,
which is confidential or private in nature and subject to legal privilege.
If you are not the intended recipient, you may not peruse, use,
disseminate, distribute or copy this message or any file attached to this
message. Any such unauthorised use is prohibited and may be unlawful. If
you have received this message in error, please notify the sender
immediately by e-mail, facsimile or telephone and thereafter delete the
original message from your machine.

Furthermore, the information contained in this message, and any
attachments thereto, is for information purposes only and may contain the
personal views and opinions of the author, which are not necessarily the
views and opinions of Dimension Data (South Africa) (Proprietary) Limited
or is subsidiaries and associated companies ("Dimension Data"). Dimension
Data therefore does not accept liability for any claims, loss or damages
of whatsoever nature, arising as a result of the reliance on such
information by anyone.

Whilst all reasonable steps are taken to ensure the accuracy and
integrity of information transmitted electronically and to preserve the
confidentiality thereof, Dimension Data accepts no liability or
responsibility whatsoever if information or data is, for whatsoever
reason, incorrect, corrupted or does not reach its intended destination.



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


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


This message contains information intended solely for the addressee,
which is confidential or private in nature and subject to legal privilege.
If you are not the intended recipient, you may not peruse, use,
disseminate, distribute or copy this message or any file attached to this
message. Any such unauthorised use is prohibited and may be unlawful. If
you have received this message in error, please notify the sender
immediately by e-mail, facsimile or telephone and thereafter delete the
original message from your machine.

Furthermore, the information contained in this message, and any
attachments thereto, is for information purposes only and may contain the
personal views and opinions of the author, which are not necessarily the
views and opinions of Dimension Data (South Africa) (Proprietary) Limited
or is subsidiaries and associated companies ("Dimension Data"). Dimension
Data therefore does not accept liability for any claims, loss or damages
of whatsoever nature, arising as a result of the reliance on such
information by anyone.

Whilst all reasonable steps are taken to ensure the accuracy and
integrity of information transmitted electronically and to preserve the
confidentiality thereof, Dimension Data accepts no liability or
responsibility whatsoever if information or data is, for whatsoever
reason, incorrect, corrupted or does not reach its intended destination.



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


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

Reply via email to