I\'m trying to get the $xml->entry->yt:statistics->attributes()->viewCount attribute, and I\'ve tried some stuff with SimpleXML, and I can\'t really
$xml->entry->yt:statistics->attributes()->viewCount
I would use the gdata component from the zend framework. Is also available as a separate module, so you don't need to use the whole zend.