How to show page number (N of N) using xslt in PDF Report
I am using XSLT to generate PDF report. My requirements are to display page number in the format of Page N of N (e.g.Page 1 of 3) at the footer of the report. For static values it works fine and it repeats on each page. As total number of pages in the report are not known and it changes run time, so how I will accomplish this task. My XSLT code snippet <xsl:template name="footerall"> <xsl:variable name="maxwidth" select="7.07000" /> <fo:static-content flow-name="xsl-region-after"> <fo:block> <xsl:variable name="tablewidth29" select="$maxwidth * 1.00000" /> <xsl:variable name="sumcolumnwidths29