实例首页
自学教程
IT工具箱
源代码
<?php $xmlDoc = new DOMDocument(); $xmlDoc->load("note.xml"); print $xmlDoc->saveXML(); ?>
运行结果: