delete a node in xml
Posted: Sat Jan 17, 2009 2:44 am
Hi all..
I have an xml file
using php, is there any way i can remode the node with id=2 from the xml file?
I have an xml file
Code: Select all
<root>
<node id="1">
<param>k</param>
</node>
<node id="2">
<param>ls</param>
</node>
</root>