简单教程
提交运行
代码编辑器:
<?php $xmlDoc = new DOMDocument(); $xmlDoc->load("php_xml_note.xml"); echo $xmlDoc->saveXML();
运行结果: