Load Rss with separate image

[LEFT][COLOR=#333333][FONT=arial]Hello folks,

I have to load rss live on swf. But when i load the tag <description> it loads with the content image tag. <img src=…>, he is the code of xml.rss

[COLOR=#bb2510]<[/COLOR]item[COLOR=#bb2510]>[/COLOR]
[COLOR=#bb2510]<[/COLOR]title[COLOR=#bb2510]><[/COLOR]![[COLOR=#388d98]CDATA[/COLOR][Man without face]][COLOR=#bb2510]></[/COLOR]title[COLOR=#bb2510]>[/COLOR]

           [COLOR=#bb2510]&lt;[/COLOR]link[COLOR=#bb2510]&gt;http://www.guardian.co.uk/books/2012/feb/26/vladimir-putin-masha-gessen-review[/COLOR][COLOR=#bb2510]&lt;/[/COLOR]link[COLOR=#bb2510]&gt;[/COLOR]

           [COLOR=#bb2510]&lt;[/COLOR]description[COLOR=#bb2510]&gt;&lt;[/COLOR]![[COLOR=#388d98]CDATA[/COLOR][[COLOR=#bb2510]&lt;[/COLOR]img src='http://static.guim.co.uk/sys-images/Observer/Pix/pictures/2012/2/24/1330125475757/President-Vladimir-Putin--007.jpg' align=[COLOR=#9736b8]"left"[/COLOR] [COLOR=#bb2510]/&gt;[/COLOR]       In an article for the website slon.ru, Alexander Baunov recently recalled... etc ]][COLOR=#bb2510]&gt;&lt;/[/COLOR]description[COLOR=#bb2510]&gt;[/COLOR]

          [COLOR=#bb2510]&lt;[/COLOR]pubDate[COLOR=#bb2510]&gt;[/COLOR]Qua, [COLOR=#053df5]20[/COLOR] Jun [COLOR=#053df5]2012[/COLOR] [COLOR=#053df5]12[/COLOR]:[COLOR=#053df5]35[/COLOR]:[COLOR=#053df5]02[/COLOR] [COLOR=#053df5]-0300[/COLOR][COLOR=#bb2510]&lt;/[/COLOR]pubDate[COLOR=#bb2510]&gt;[/COLOR]
     [COLOR=#bb2510]&lt;/[/COLOR]item[COLOR=#bb2510]&gt;[/COLOR]

In my as i have a textbox(called textBox), that get the xml loaded… and i use the code:

textBox.appendText( theXMLData.channel.item**.[COLOR=#800000]description [/COLOR]);

this code get all parse of tag description, and show the image before text. But i don’t whant this. I whant to ignore the tag <img src="http…>

In truth, i have antoher box called (imgBox), i need to load this image on this box.

Someone can help-me?

ps: by the way, when i load the tag <pubDate> appears the date with all caracters, including the number “-0300”, its possible clear this number on the end?

Thank for all,

Igor R.
[/FONT][/COLOR][/LEFT]