Re: [xsl] CDATA back to its original shape

Subject: Re: [xsl] CDATA back to its original shape
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Thu, 15 Feb 2001 13:56:27 +0000
I said:
> If you have your flash object definition tucked up inside a CDATA
> section, then the only way to get it out and make it make any kind of
> HTML sense is to use disable-output-escaping:
>
>   <xsl:value-of select="my_object" disable-output-escaping="yes" />

I should add that disable-output-escaping might not be supported by
your processor (e.g. if you're using Xalan, I believe) so this may not
be an option anyway.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread