|
i don't know how t o delete tags using libxml
can u show any tutorial
wht i need
i have an xml file like this
<root>
<one>
<a>sdfds</a>
<a>dsfds</a>
</one>
<two>
<a>sdfds</a>
<a>dsfds</a>
</two>
</root>
i want to delete one tag.
how can i delete
thank u fro reading my problem
sree.
|