-3
你好,大家好我正在尋找如何選擇XML元素,將其追加PHP的XML DOM文檔附加
,但我沒有發現任何東西
<classes>
<class name="A" grade="10">
<student age="16">Martin</student>
</class>
<class name="B" grade="10">
<student age="16">Justin</student>
</class>
</classes>
例如,我想選擇類通過標籤名稱 然後附加學生元素 這就是我現在想知道的。
[你嘗試過什麼?](http://whathaveyourtried.com) – jprofitt
我一直在尋找在這裏它沒有與我 http://stackoverflow.com/questions/727132工作/ how-do-i-add-new-elements-to-xml-using-php-dom -insert-than-the-root – ThElitEyeS