XML Php

$menu=<<<_XML_


 
  Dinner
  http://example.com/
  choices
  
   Duck
   http://example.com
   test
  

 


_XML_;
$xml = simplexml_load_file('menu.xml');
?>