Hi,
We need to read it a value dynamically from the database.
and this value contains fop tags such as
<fo:block>
blah blah blah
</fo:block>
<fo:block>
blah blah this is the second block
</fo:block>
Is there any way to display that within the xsl (this xsl contains other
fop tags too)?
We tried following
<xsl:template match="DISCLAIMER">
<xsl:value-of select="."/>
</xsl:template>
we also tried and xsl:copy-of
and disable-output-escaping="yes"... but
none of them works...
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]