Shaolins-Finest
09-08-2008, 02:27 PM
Hi Guys
I am using CDDATA in my XML to handle html tags etc as follows:
<content>
<![CDATA[<p>welcome</p> Thanks for visiting our <strong>website</strong>]]>
</content>
The problem is when I move the data into the html the htmltags dont get rendered and stay as is. Does anyone know how I can change it so that the html tags are proccessed once in the html file ?
I am using CDDATA in my XML to handle html tags etc as follows:
<content>
<![CDATA[<p>welcome</p> Thanks for visiting our <strong>website</strong>]]>
</content>
The problem is when I move the data into the html the htmltags dont get rendered and stay as is. Does anyone know how I can change it so that the html tags are proccessed once in the html file ?