2
我有一個看起來像這樣的XML文件。修改XML屬性PHP DOM
<collections id="my collections">
<category id="my category">
<record id="my record">
<title>Some Info</title>
</record>
</category>
</collections>
我在找一個新的屬性,使用PHP DOM和Xpath替換上述XML文件中的任何屬性。 任何幫助,高度讚賞