I have a SimpleXMLElement like this:
SimpleXMLElement Object ( [trailer] => SimpleXMLElement Object (
[title] => This is the title
[link] => http://example.com
[trailer_id] => 60373
[embed] => SimpleXMLElement Object ( ) ) )
I've google for two hours now, and couldn't find how to print the "trailer_id". Could anybody point me in the right direction?