Simultaneous xml file access
Hi,
If I have an XML file of 2 tags. I load it into my app and change the content of tag 1. Now I want to save it back to the XML file with my changes. But I don't want to overwrite the changes that another app makes to tag 2 at the same time and saved back to the file before me. How can I accomplish this?
Thanks,
James
|