One way is to use the AppendChild method of the XmlDocument. Open the existing file, use CreateElement/CreateNode to create the node and add any required data. The use AppendChild(NewNode) to add the new element to the file. Then save the file, overwriting the existing copy.
--
Joe (
Microsoft MVP - XML)