How to update xml file with changes to xsd file in C#?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
In my application, I have an xsd file and several xml files based on it. In C#, would like to read in the xsd file and make changes to it and then modify all the xml files with those changes. What is the best way to do this?
Thanks in advance.

View the full article
 
Back
Top