This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

HTML in CDATA


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]