xsl-list
[Top] [All Lists]

Re: [xsl] How to display the previous page number

2007-02-28 20:30:15
Thank you very much, appreciate your quick and useful reply.
Regards,
Ranjitha Rao



From: "G. Ken Holman" <gkholman(_at_)CraneSoftwrights(_dot_)com>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] How to display the previous page number
Date: Tue, 27 Feb 2007 18:23:19 -0500

Arithmetic is not allowed on page numbers in XSL-FO.

Unless a vendor provides for you an extension for you to use, you are only able to access the current page number or a cited page number, not an algorithmically-determined page number.

The suggested solution would add the following to the bottom of the page:

     3 - 1 // 3

I hope this helps (though I realize it doesn't give you what you want).

. . . . . . . . . Ken

At 2007-02-27 20:56 +0530, Mukul Gandhi wrote:
I think, you can use the '-' operator to accomplish this (shown below):

<fo:page-number/> - 1 // <fo:page-number/>

but if you need to handle page 1 in a special way, where if you do not
want to display '0 //' before 1, this simple way may be difficult to
handle this case.

I am not a good expert here, but this hint might help you get started.

On 2/27/07, Ranjitha Murthy Rao <ranjithamrao(_at_)hotmail(_dot_)com> wrote:
I need to display the page number in the following format :
<previous_pageNumber> // <current_page Number>

For example:
On page 3, I need to display:
2 // 3
and on page 5
4 //5

We are using for 0.20.4 and xsl version 1.0
Thanks in advance,
Ranjitha Rao


--
World-wide corporate, govt. & user group XML, XSL and UBL training
RSS feeds:     publicly-available developer resources and training
G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Cancer Awareness Aug'05  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


_________________________________________________________________
"Airtel Song Catcher. Get your Hello Tunes instantly" http://www.airtel.in/songcatcher/SONG_CATCHER.html


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>