Best way to read, modify, and write XML

前端 未结 8 1934
灰色年华
灰色年华 2021-02-05 10:39

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

8条回答
  •  渐次进展
    2021-02-05 11:10

    Just start by reading the documentation of the Xml namespace on the MSDN. Then if you have more specific questions, post them here...

提交回复
热议问题