php xml DOMDocument append [closed]

Daerwinn

New Member
Hello guys i was searching how to select xml element and append itbut i didn't find any thing
Fvd1v.png
\[code\]<classes> <class name="A" grade="10"> <student age="16">Martin</student> </class> <class name="B" grade="10"> <student age="16">Justin</student> </class></classes>\[/code\]For example i want to select class by tag namethen append student element to itand that is just what i want to know for now.
 
Back
Top