Hi Monks,
I have a XML file with the following Syntax:
<root>
<member id="1" name="member1">
<ips>
<ip1>
<from></from>
<to></to>
</ip1>
<ip2>
<from></from>
<to></to>
</ip2>
</ips>
</member>
</root>
Now i need to dynamically add/remove some ip tag to an existing member tag in this XML or add/remove some member tag in this.
so my question is how can i edit an existing XML. Do we have some editor modules in perl for that?
Any help would be appreciated.