<?php header('Content-type: application/xml'); echo file_get_contents('menuData.xml'); ?>
<?php header('Content-type: text/xml'); echo file_get_contents('menuData.xml'); ?>