Thursday, 19 February 2015

XML handling in C#



I've created application that generates xml files. I've used xsd tool to create model form xsd and everything works fine. But I've encountered problem. Xsd schemas are changing and when it does somebody need to regenerate model in application programatically. My question is: Is there any 'proper' way in C# to handle such situation: I create some folder in app to put there xsd file for application to detect it and make it require to fill all the fields that are needed in xml ?


No comments:

Post a Comment