[xsl] HTML in CDATA

Subject: [xsl] HTML in CDATA
From: "Robert Dahnke" <robert.dahnke@xxxxxxxx>
Date: Tue, 12 Jun 2001 07:56:32 +0800
If I have HTML in a CDATA region like here:

<article><![CDATA[Test News<br><br>Test News<br><br>Test News]]></article>

Then all I would need to do in order to do in order to get the HTML to display (no &lt ;'s or &gt ;'s) is do <xsl:value-of select="article" />

This is not working because it is outputted with lts and gts instead of < and >...
-- 

_______________________________________________
Make PC-to-Phone calls with Net2Phone.
Sign-up today at: http://www.net2phone.com/cgi-bin/link.cgi?121




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


Current Thread