
September 25th, 2004, 09:16 AM
|
|
Contributing User
|
|
Join Date: Jun 2003
Posts: 308
  
Time spent in forums: 1 Week 1 Day 23 h 1 m 59 sec
Reputation Power: 7
|
|
|
HTML in RSS File
I am currently trying to create XSLT stylesheet but having problems with this type of code
Code:
<description><![CDATA[ testing testing testing<br /><br /> testing testing testing testing]]></description>
All i am getting is code. I tried using the <xsl  utput /> element but it returned XSLT Failed in Firefox.
Is there anyway i can get the data within CDATA to be parsed as HTML?
|