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
--~------------------------------------------------------------------
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>
--~--