Parse HTML from RSS Feed?

Hi I need some help desperatly I am trying to make a rss aggregator and i am stuck at the moment as I can seem to parse out the HTML info that is held in the certain sections of the rss document. below I have posted my AS3 code as well as the rss doc info. Could some one please advise me on how to parse out the HTML from the description and title of the rss feeds. Thanks.

[AS]import fl.controls.UIScrollBar;
var finalNote:String = “”
trace( finalNote );

var urlVar:String = “rss_example.xml”;// local XML file that loads by default
reloadRSS();// function to initially load or reload the feed
feed1.addEventListener(MouseEvent.MOUSE_DOWN , feed1Pressed );
function feed1Pressed(event:MouseEvent):void {
urlVar = “test2.rss”;
trace( finalNote );
reloadRSS();
}
feed2.addEventListener(MouseEvent.MOUSE_DOWN , feed2Pressed );
function feed2Pressed(event:MouseEvent):void {
urlVar = “test.rss”;
trace( finalNote );
reloadRSS();
}

//the main function for loading or reloading the feed
function reloadRSS() {
//arrays for storing the data from the XML file (i know we really aren’t using the pubDate data, but its stored anyway
var titleList:Array = [];
var descriptionList:Array = [];
var linkList:Array = [];
var pubDateList:Array = [];
//num for while loop later
var b:Number = 0;
// creates and adds onstage an empty sprite for each of other article templates (dynamically attached during the while loop)
var holder:Sprite = new Sprite();
addChild(holder);

// loads the XML data
var xmlURLLoader:URLLoader = new URLLoader();
var xmlURLRequest:URLRequest = new URLRequest ( urlVar ); //urlVar is the location of the feed (no longer hardcoded as string data like the first example fla)
xmlURLLoader.load( xmlURLRequest );
xmlURLLoader.addEventListener( Event.COMPLETE , dataLoaded );
//what to do once the function is loaded…
function dataLoaded(event:Event):void {
var theXMLData:XML = new XML ( xmlURLLoader.data ); //stores the data in an XML array
var a:Number = theXMLData.channel.item.length(); // var a is the number of items in the XML file (i.e. the total number of articles)
/* uncomment the following line if you want to trace what the title of the blog is (like Yahoo News, Digg, etc)
trace ( theXMLData.channel.title );
*/

while (b < a){ // loops through the following until b is no longer less than a (the total number of articles
// populates the empty arrays we setup above with the XML data
titleList.push( theXMLData.channel.item**.title );
descriptionList.push( theXMLData.channel.item**.description );
linkList.push( theXMLData.channel.item**.link );
pubDateList.push( theXMLData.channel.item**.pubDate);
with (holder) { // changes the scope of the code to the holder Sprite , (so temporarily the scope is not here in the main timeline)
var theTemplate:MovieClip = new articleTemplate(); // articleTemplate is the linkage ID in the Library , very important to copy this symbol to any .fla you want to use the reader with
theTemplate.x = 0;
theTemplate.y = b * theTemplate.height; // stacks each article on top of each other
theTemplate.titleBox.text = titleList**; // fills in the Dynamic text boxes inside the articleTemplate with the XML data
theTemplate.descriptionBox.text = descriptionList**; //ditto above
theTemplate.urlVar = linkList**; // gives the urlVar in the articleTemplate symbol the value from the XML data
addChild(theTemplate); //finally adds the articleTemplate into the holder
}
b = b + 1;
}

//sets up the scrollArea
myScroller.source = holder; // myScroller should be onstage. holder was created earlier in the code.
//sets up the dropShadow
var dropShadow:DropShadowFilter = new DropShadowFilter();
dropShadow.color = 0x000000;
dropShadow.blurX = 20;
dropShadow.blurY = 20;
dropShadow.angle = 45;
dropShadow.alpha = .5;//range of 0 to 1 (1 being 100%, 0 being 0%)
dropShadow.distance = 10;
var filtersArray:Array = new Array(dropShadow);
myScroller.filters = filtersArray;

}
} [/AS]

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
 <channel>
  <title>*****600 and friends</title>
  <link>http://*****.am.*****.com/*****600/all</link>
  <description>Updates from *****600 and friends on *****!</description>
  <language>en-us</language>
  <ttl>40</ttl>
  <item>
   <title>*****g: @***** !*****bytes - welcome to *****! next step *****? :o)</title>
   <description>@&lt;span class=&quot;vcard&quot;&gt;&lt;a href=&quot;http://*****.am.*****.com/user/285&quot; class=&quot;url&quot; title=&quot;***** (*****)&quot;&gt;&lt;span class=&quot;fn nickname&quot;&gt;*****&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; !&lt;span class=&quot;vcard&quot;&gt;&lt;a href=&quot;http://*****.am.*****.com/group/25/id&quot; class=&quot;url&quot; title=&quot;***** Bytes (*****bytes)&quot;&gt;&lt;span class=&quot;fn nickname&quot;&gt;*****bytes&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; - welcome to *****! next step *****? :o)</description>
   <pubDate>Thu, 16 Jul 2009 14:12:55 +0000</pubDate>
   <guid>http://*****.am.*****.com/notice/6390</guid>
   <link>http://*****.am.*****.com/notice/6390</link>
</item>
  <item>
   <title>trevski: !*****bytes ***** today finalised ***** ***** material across *****</title>
   <description>!&lt;span class=&quot;vcard&quot;&gt;&lt;a href=&quot;http://*****.am.*****.com/group/25/id&quot; class=&quot;url&quot; title=&quot;***** Bytes (*****bytes)&quot;&gt;&lt;span class=&quot;fn nickname&quot;&gt;*****bytes&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; Meeting today ***** ***** ***** material across *****</description>
   <pubDate>Thu, 16 Jul 2009 13:06:39 +0000</pubDate>
   <guid>http://*****.am.*****.com/notice/6389</guid>
   <link>http://*****.am.*****.com/notice/6389</link>
</item>
  <item>
   <title>*****: !*****bytes I'm ***** now as a direct result of the ***** ***** initiative - another step into web2.0</title>
   <description>!&lt;span class=&quot;vcard&quot;&gt;&lt;a href=&quot;http://*****.**.*****.com/group/25/id&quot; class=&quot;url&quot; title=&quot;***** Bytes (*****bytes)&quot;&gt;&lt;span class=&quot;fn nickname&quot;&gt;*****bytes&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; I'm *****ing now as a direct result of the Communication Team initiative - another step into web2.0</description>
   <pubDate>Thu, 16 Jul 2009 13:04:30 +0000</pubDate>
   <guid>http://*****.**.*****.com/notice/6388</guid>
   <link>http://*****.**.*****.com/notice/6388</link>
</item>
  <item>
   <title>*****: !*****bytes Getting close now to putting in an order for the ***** bits and bobs. Good to see the logo being used more and more.</title>
   <description>!&lt;span class=&quot;vcard&quot;&gt;&lt;a href=&quot;http://*****.**.*****.com/group/25/id&quot; class=&quot;url&quot; title=&quot;***** Bytes (*****bytes)&quot;&gt;&lt;span class=&quot;fn nickname&quot;&gt;*****bytes&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; Getting close now to putting in an order for the ***** bits and bobs. Good to see the logo being used more and more.</description>
   <pubDate>Tue, 14 Jul 2009 07:44:36 +0000</pubDate>
   <guid>http://*****.**.*****.com/notice/6324</guid>
   <link>http://*****.**.*****.com/notice/6324</link>
</item>
  <item>
   <title>*****600: This is my first time on '*****'. I am looking into how it can be linked to MS Sharepoint.</title>
   <description>This is my first time on '*****'. I am looking into how it can be linked to MS Sharepoint.</description>
   <pubDate>Mon, 13 Jul 2009 13:40:00 +0000</pubDate>
   <guid>http://*****.**.*****.com/notice/6301</guid>
   <link>http://*****.**.*****.com/notice/6301</link>
</item>
</channel>
</rss>