xsl-list
[Top] [All Lists]

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

2010-09-08 20:31:15
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--