RE: [xsl] Text to appear on each page footer except last page

Subject: RE: [xsl] Text to appear on each page footer except last page
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Tue, 31 May 2005 09:19:39 +0300
Hi,

> Can somebody help me resolve this..
>
> I need "Contd.." text to appear on each page footer except the last
> page..

You can for example define a different page master for the last page, or you
stick a marker that contains the "Contd..." text into the beginning of your
flow and an empty marker with the same name as the last thing in your flow and
then in the xsl-region-after use retrieve-marker with... umm...
retrieve-boundary="page" retrieve-position="last-ending-within-page", I
think.

Using a conditional page master is easier, so try that first. See
<http://www.w3.org/TR/xsl/slice6.html#fo_conditional-page-master-reference>.


Cheers,

Jarno - DJ Todd: Real Synthetic Audio - 05/30/2005

Current Thread