footer is alternating between odd and even pages.

Hi

I am trying to get the footer on all my pages. However, for some reason the
footer value keeps alternating between odd and even pages. Here is the fo
content.

<fo:page-sequence master-reference="pagesetting">
<fo:static-content flow-name="xsl-region-after">
            <fo:block space-after.optimum="2pt" space-before.optimum="2pt"
text-align="center">
                  <fo:leader leader-length="100%" rule-thickness="1pt"
leader-pattern="rule"/>
            </fo:block>
            <fo:block font-size="6pt" text-align="start">
                Here goes the disclaimer which can be very
long....................
            </fo:block>
            <fo:block font-size="6pt" text-align="end">
                Page <fo:page-number/> of <fo:page-number-citation ref-id
="terminator"/>
            </fo:block>
      </fo:static-content>
</fo:page-sequence>

In the output on odd pages I get the line and the disclaimer. On the even
pages I get the line and the page number.

I am just using one page-sequence so it shouldn't alternate. Can anyone
shed some light on what is going wrong?

Rajeev Agrawal


This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co., its
subsidiaries and affiliates.

Received on Thursday, 20 February 2003 13:57:23 UTC