My plan is to read in an XML document using my C# program, search for particular entries which I\'d like to change, and then write out the modified document. However, I\'ve bec
Just start by reading the documentation of the Xml namespace on the MSDN. Then if you have more specific questions, post them here...