如何使用PHP以编程方式更改XML文件中的某些节点的内容?
重要的是,该文件包含注释和空白,应该保留。
文件示例:
<!-- my config -->
<config>
<global>
<install>
<date/>
</install>
<resources>
<default_setup>
<connection>
<host>localhost</host>
<username/>
<password/>
<dbname>foo</dbname>
<!-- <dbname>bar</dbname> -->
<model>mysql4</model>
...