|
Write to Xml File Embedded Resource at Runtime -- TFM --
Hi, I've an embedded resource xml file. I first read that file into an XmlDocument Object. Now at runtime the user wants to add some data to the xml file, so the app takes the input, creates xml node and append them in this XmlDocument object. Now I want to write this updated XmlDocument Object back to the xml file. How can I do that. Remember that the file is an embedded resource. |