On Feb 16, 2008, at 01:32, kungouf wrote:

Hi

Hi and thak you for such a quick answer andrea but i tried and that doent work too, i didnt have any error message this is why i dont know where to
look at.
here below the code i put in the table-footer:

<fo:table-body>
...
</fo:table-body>
<fo:table-footer>

The order should be modified:

<fo:table>
  <fo:table-column .../>
  ...
  <fo:table-footer>
    <fo:table-cell>
<fo:block><fo:page-number/> of <fo:page-number-citation ref-id = "lastBlock"/></fo:block>
    </fo:table-cell>
  </fo:table-footer>
  <fo:table-body>
  ....
  </fo:table-body>
</fo:table>


HTH!


Cheers

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to