0
Answer

Update xml file without deleting it first?

So, is that possible, can i update data(or append data) in xml file without deleting it first? The XElement.Save() method first deletes the file, then replace it with the updated file.