<?phpinclude 'example.php';$sxe = new SimpleXMLElement($xmlstr); echo $sxe->movie[0]->title;?>
<?php $sxe = new SimpleXMLElement('http://example.org/document.xml', NULL, TRUE); echo $sxe->asXML();?>