xsl-list
[Top] [All Lists]

RE: XSL-FO footnotes only on the last page

2002-11-29 09:01:37

More specifically,
I have following...

                <fo:page-sequence-master
                    master-name="chapter">
                        <fo:repeatable-page-master-alternatives>
                                <fo:conditional-page-master-reference
                                        master-reference="firstpage"
                                        page-position="first" />
                                <fo:conditional-page-master-reference
                                        master-reference="anypage"
                                        page-position="any" />
                                <fo:conditional-page-master-reference
                                        master-reference="lastpage"
                                        page-position="last" />
                        </fo:repeatable-page-master-alternatives>
                </fo:page-sequence-master>


  It correctly recognizes the first page, but from there on, it uses
'anypage' simple-page-master for all following pages.   It almost seems like
page-position="any" is not recognizing the last page....

  I try to switch the order so that I have -

                                <fo:conditional-page-master-reference
                                        master-reference="firstpage"
                                        page-position="first" />
                                <fo:conditional-page-master-reference
                                        master-reference="lastpage"
                                        page-position="last" />
                                <fo:conditional-page-master-reference
                                        master-reference="anypage"
                                        page-position="any" />

   Then, from the second page, it's using 'lastpage' simple-page-master for
all following pages....

  What am I doing wrong?
  Thanks

-----Original Message-----
From: Lee, Insoo 
Sent: Friday, November 29, 2002 10:34 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] XSL-FO footnotes only on the last page



  Hello,
  I need to print the footnotes only on the last page...
  I learned on the web that I need to use
repeatable-page-master-alternatives with page-sequence-master, but examples
I found don't really work...
  Would you have a simple example that I can try out?  Thanks very much

  Insoo

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>