regarding deleting tags in an xml
iam using libxml to generate xml and to edit xml but
i don't know how to 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.
|