Update xml file without deleting it first?

Jul 1 2009 2:04 PM
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.