thank you !

that kinda works...

the footer is displayed is every page, but it overrides the text in the
table...
that means, the table doesn't stop at the region-after section...
can i set the table height per page ? or something like that...
so it stops before the region-after-sequence ?

other question:
what is a page-sequence ?
can i have multiple page-sequences in one pdf file (fo-file)
because let's say i have 3 tables in one pdf file fo-file)
and every page where there is a different table should have
a different static-content flow-name="xsl-region-after"
( every table a different footer... )


thanks

nick

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 29. Januar 2002 14:05
An: [EMAIL PROTECTED]
Betreff: Re: AW: out of memory exception in java ?



if you just want a footer @ each end of a page use this code: i don't know
the external graphics works with footnote, but it should (inside your
block)

<fo:static-content flow-name="xsl-region-after">
           <fo:block>
             <fo:footnote>
               <fo:inline>
                 <fo:block font-size="10pt" font-family="Arialn">
                   <xsl:text>_______________________________</xsl:text>
                 </fo:block>
               </fo:inline>
               <fo:inline>
                 <fo:block font-size="10pt" font-family="Arialn"
line-height="14pt">
                   <fo:inline vertical-align="super" font-size="8pt"
font-family="Arial">1</fo:inline>
                   <fo:inline font-size="10pt"  font-family="Arialn"
line-height="14pt">msqdhgmkqsdhgmkjsqhdmgjhqmkjsghmkjsqhmg</fo:inline>
                 </fo:block>
               </fo:inline>
               <fo:inline font-size="10pt"  font-family="Arialn"
line-height="5pt" vertical-align="super">
                 <xsl:text>
____________________________________________________________________________
_______________________________
</xsl:text>
               </fo:inline>
               <fo:footnote-body>
                 <fo:block font-size="10pt"  font-family="Arialn"
line-height="11pt">
                 <xsl:text>mdslkhgùlsqdhgmlqsdhgmh</xsl:text>
                 </fo:block>
               </fo:footnote-body>
             </fo:footnote>
           </fo:block>
        </fo:static-content>

 Kind regards,


Jochen Maes
EDP departement
Programmeur

KBC-Securities
Havenlaan 16
1080 Brussel

Tel : 02/429.96.81
Fax : 02/429.17.48
E-mail : [EMAIL PROTECTED]

****************************************************************************
****************************************************************************
**

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. You must not,
directly or indirectly, use, disclose, distribute, print, or copy any part
of this message if you are not the intended recipient. KBC Securities
reserves the right to monitor all e-mail communications through its
networks. Any views expressed in this message are those of the individual
sender, except where the message states otherwise and the sender is
authorised to state them to be the views of any such entity.
****************************************************************************
****************************************************************************
**


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


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

Reply via email to