CDATA and HTML Formatted Text

hi ,

i am storing some data in a xml as html format.

<notice><![CDATA["<p>hello &quot;hi&quot;</p><p>&nbsp; </p>"]]></notice>

I want to take it to flash and apply to a text field with html property set to true.
however when i take it to flash , it becomes :

&quot;&lt;p&gt;hello &amp;quot;hi&amp;quot;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&quot;

Please some one help :frowning: