x
 
<!DOCTYPE html>
<html>
<body>
<?php
$xml=simplexml_load_file("../demo/xml/note.xml") or die("错误:无法创建对象");
print_r($xml);
?>
</body>
</html>