[xsl] XSL-FO: Exclude page numbering on some pages

Subject: [xsl] XSL-FO: Exclude page numbering on some pages
From: Nadia.Swaby@xxxxxx
Date: Thu, 04 May 2006 11:53:42 -0400
Hi All,

I have an stylesheet that generates and FO document.  Currently, my page 
sequence master looks like this:

<fo:page-sequence-master master-name="Contents">
        <fo:repeatable-page-master-alternatives>
                <fo:conditional-page-master-reference master-reference="Cover" page-position="first"/>
                <fo:conditional-page-master-reference master-reference="Other" odd-or-even="any"/>
        </fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>

The documents being rendered (to PDF using AntennaHouse) have the main 
body and a revision index at the end.  The revision index sometimes is 
more than a page in length.  Usually (in the Framemaker world), the 
revision index has no page numbering, or is numbered on it's own.  Is 
there a way to implement this in XSL-FO?

Thanks

Nadia

Current Thread