Getting XML data... not working!

Ok so I have some XML loaded, but for some reason I can’t access the data in it. I’ve tried everything (or so I think). If anyone can let me know how to access the text in the ‘content’ tags, that would be much appreciated. Thanks!

<feed xmlns="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
  <title>Title</title>
  <subtitle>Subtitle</subtitle>
  <id>http://www.website.com/</id>
  <link rel="alternate" type="text/html" href="http://www.website.com"/>
  <updated>2009-03-27T02:19:39Z</updated>
  <author>
    <name>Name</name>
  </author>
  <link rel="self" href="http://abcd.com" type="application/atom+xml"/>
  <entry>
    <title type="html"><![CDATA[Info]]></title>
    <id>http://www.website.com</id>
    <link rel="alternate" href="http://abcd.com"/>
    <published>2009-03-26T18:44:46+00:00</published>
    <updated>2009-03-26T18:44:46+00:00</updated>
    <author>
      <name><![CDATA[Name]]></name>
    </author>
    <content type="html">Content1 Content1 Content1</content>
    <feedburner:origLink>http://www.website.com/</feedburner:origLink>
  </entry>
  <entry>
    <title type="html"><![CDATA[Info]]></title>
    <id>http://www.website.com</id>
    <link rel="alternate" href="http://abcd.com"/>
    <published>2009-03-26T18:44:46+00:00</published>
    <updated>2009-03-26T18:44:46+00:00</updated>
    <author>
      <name><![CDATA[Name]]></name>
    </author>
    <content type="html">Content2 Content2 Content2</content>
    <feedburner:origLink>http://www.website.com/</feedburner:origLink>
  </entry>
  <entry>
    <title type="html"><![CDATA[Info]]></title>
    <id>http://www.website.com</id>
    <link rel="alternate" href="http://abcd.com"/>
    <published>2009-03-26T18:44:46+00:00</published>
    <updated>2009-03-26T18:44:46+00:00</updated>
    <author>
      <name><![CDATA[Name]]></name>
    </author>
    <content type="html">Content3 Content3 Content3</content>
    <feedburner:origLink>http://www.website.com/</feedburner:origLink>
  </entry>
</feed>