[Home] [By Thread] [By Date] [Recent Entries]
At 2010-09-09 08:08 -0400, David Dunkenberger wrote:
I am using the XSL Report Designer from Antenna House to generate the XSL. The corresponding XSL is being run on an AIX machine so XSL-FO. By default the XSL that is generated by the Antenna House software causes the page header to be printed on every page, hence the issue. Okay ... *that* makes more sense. Thanks. As there is no feedback from the XSL-FO process to the XSLT process, you'll have to have in the XSL-FO a sequence of page descriptions, the first of which doesn't have <fo:page-number/> and the rest of which do. Then you indicate that the flow is formatted with the number-less page first, followed by the numbered pages: <page-sequence-master master-name="frame-pages">
<repeatable-page-master-alternatives>
<conditional-page-master-reference page-position="first"
master-reference="frame-no-number"/>
<conditional-page-master-reference master-reference="frame-numbered"/>
</repeatable-page-master-alternatives>
</page-sequence-master>I hope this helps. . . . . . . . Ken
|

Cart



