I am using an XSL spreadsheet that generates a PDF using FOP 0.20.5. What I would like to do is pass a string parameter that to the XSL that is a string of XSL code that already contains the formatting tags. For example:
paramString="<fo:block>HHHH</fo:block>" and then in my XSL: <xsl:value-of select="$paramString" /> but I see the <fo:block> and </fo:block> in my PDF. I tried setting the value-of to disable-output-escaping (this works in HTML) but this did not help: <xsl:value-of select="$paramString" disable-output-escaping="yes" /> Any ideas? Thank you. Edward __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
