[xsl] XSL - suppression of page header for first page of report

Subject: [xsl] XSL - suppression of page header for first page of report
From: "David Dunkenberger" <dgdunk@xxxxxxxxx>
Date: Wed, 8 Sep 2010 21:31:00 -0400
I am using an expression to display the current page number in the page
footer.
[expression : currentPage()]

I need to have some information print in the page header, but I don't want
it to show on the first page, just every subsequent page.

I tried to use an xsl:if test"currentPage()= 0", but that isn't working.  Is
there another way or better way to suppress information printing in the page
header for the first page only?

Thank you for any help/solutions for this problem.

David

Current Thread