Re: [xsl] OMR Mark for folding machine

Subject: Re: [xsl] OMR Mark for folding machine
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Mon, 24 Feb 2003 14:08:29 +0200
Rakesh wrote:
I have the same problem. I need to display page number as 1/10, 2/10 .. on
pages generated by XSL:FO. That is in PDF, PostScript Output. Please suggest
me Gurus.
That's easy. Place dummy block with an id at the very end of the document and then use its id in fo:page-number-citation:

<fo:flow flow-name="xsl-region-body">
...
Page <fo:page-number/>/<fo:page-number-citation ref-id="theEnd"/>
...
<fo:block id="theEnd"/>
</fo:flow>
--
Oleg Tkachenko
Multiconn Technologies, Israel



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread