Page 1 of 1

adding nodes/child to an xml

Posted: Tue Feb 13, 2007 2:38 pm
by pelegk1
i have an xml an iwant to add to its node a child for example :
<X>
<Y>
<a>sddd</a>
<C>ccc</C>
</y>
</x>

i want to add for examle whats marked with bold!
how do i do that in php?
thnaks i nadvance
peleg

Posted: Tue Feb 13, 2007 2:47 pm
by Kieran Huggins
scan the manual for xml functions - there are many options