thank you very much, that works perfectly!

Andreas Delmelle-2 wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/show-page-number-for-a-document-that-show-a-table-content-tp15512477p15561392.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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

Reply via email to