Nodes in XML Feeds - [F8]

Hiya there!

I have been following this tutorial quite closely, however I still can’t display the <item> section of an xml RSS feed in the flash.

Here’s a snippet of the feed


<rss version="2.0">
  <channel>
    <title>Blah</title>
    <link>www.something.com</link>
    <description>Description</description>
    <item>
      <title>NEWS</title>
      <link>link</link>
      <description>The most exciting news on the universe! :P</description>
    </item>
 </channel>
</rss>

How can I display the title and the description?
(I’m having trouble with the nodes part…)

Any help is greatly appreciated!

Thanks!