adding nodes/child to an xml
Posted: Tue Feb 13, 2007 2:38 pm
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
<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