I need to edit this XML file and update the values, and save to existing XML file.
<resources>
<string name="application">generation</string>
<string name="application2">generation2</string>
<string-type name="type">single</string-type>
</resources>
I need to update the values, 'generation', 'generation2', 'single' from db. Thanks... hope a quick response. Thanks again.
How to delete child nods??!