My Movie Review Site
http://www.foo.com
I review movies.Movie Title: Is this a good movie?
http://www.foo.com/item1.htm
http://www.creativecommons.org/licenses/by-nc/1.0
nonadult
EOS;
$xml = new SimpleXMLElement($mrss);
$content = $xml->channel->item->children('media', true)->content;
$contentattr = $content->attributes();
foreach($contentattr as $name => $value){
echo $name . ' = '. $value . ' ';
}
?>