PDA

View Full Version : XML CDATA section



PAUK
May 16th, 2008, 06:07 AM
Hi guys

How can I load xml with CDATA so part of node can be formatted

Tried this but only the first text appears not CDATA part


<?xml version="1.0" encoding="utf-8"?>
<images>
<image url="img/flashgallery/images/1.jpg" thumb="img/flashgallery/images/thumbs/1.jpg" rollText = "name 1" caption ="description" ><![CDATA[with html formated text <font color="#ff7700">XML</font> driven]]></image>
</images