All XML handling based on libxml2
<?php
$dom 
= new domDocument;
$dom->load('menu.xml');
// domXPath and xsltProcessor for further processing
?>
presentations/slides/intro/menu.xml