Problem reading Link in Atom RSS feed

From what I remember about SimpleXml to get to the link href you have to use attributes() like so

$entry->link->attributes()->href

http://www.php.net/manual/en/simplexmlelement.attributes.php

From what I can tell content should be reading the value of the XML node content which is encoded html. So I’m not sure why you are not getting that back…