x
 
<!DOCTYPE html>
<html>
<body>
<?php
$xml=simplexml_load_file("../demo/xml/note.xml");
print_r($xml);
?>
</body>
</html>