[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: XSL - suppression of page header for first page of

Subject: RE: XSL - suppression of page header for first page of report
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 09 Sep 2010 10:09:54 -0400
RE:  XSL - suppression of page header for first page of
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.

My apologies re; the expression: currentPage() - that is just commented
section in the xsl section. It looks like the actual call is
<fo:page-number/>.

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




-- XSLT/XQuery training: after http://XMLPrague.cz 2011-03-28/04-01 Vote for your XML training: http://www.CraneSoftwrights.com/s/i/ Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Male Cancer Awareness Nov'07 http://www.CraneSoftwrights.com/s/bc Legal business disclaimers: http://www.CraneSoftwrights.com/legal

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.