Hi,
I need to place a changing
content in the footer of the page. However i read that headers & footers are
typically static content. But I need to place a value that varies, is there
anyway I can achieve the same? i.e.:
<fo:static-content
flow-name="xsl-region-after">
<fo:block
font-size="10pt"><xsl:value-of
select="DATA"/></fo:block>
</fo:static-content>
will the above be possible such
that the value of DATA changes?
Regards, Kaustuv Sharma |
Title: Message