I am currently trying to create XSLT stylesheet but having problems with this type of code
<description><![CDATA[ testing testing testing<br /><br /> testing testing testing testing]]></description>
All i am getting is code. I tried using the <xslutput /> element but it returned XSLT Failed in Firefox.
Is there anyway i can get the data within CDATA to be parsed as HTML?
<description><![CDATA[ testing testing testing<br /><br /> testing testing testing testing]]></description>
All i am getting is code. I tried using the <xslutput /> element but it returned XSLT Failed in Firefox.
Is there anyway i can get the data within CDATA to be parsed as HTML?