RE: [docbook-apps] How to get total number of pages in the footer?

From
Mauritz Jeanson <>
Date
2006-02-20T17:00:48+00:00
ID
Thread
RE: [docbook-apps] How to get total number of pages in the footer?
> -----Original Message-----
> From: Sheldon Plankton 
> 
> How can I get output like this ...
> 
>                             page 2 of 10
>                            END OF PAGE
> 
> ... would guess I would do something like this ...
> 
> <fo:block>
>    <xsl:text>page </xsl:test><fo:page-number/> of
> <fo:??????>
> </fo:block>
> <fo:block>
> <xsl:text>END OF PAGE</xsl:text>
> </fo:block>
> 
> ... but I do not know what contains the value of the
> total number of pages.


See these posts:
http://lists.oasis-open.org/archives/docbook-apps/200507/msg00138.html
http://lists.oasis-open.org/archives/docbook-apps/200509/msg00187.html

/MJ