Generate XML from complex XSDs

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi there,
I need to generate XML files based on some complex XSDs. I know xsd.exe can be used to generate c# classes from those XSDs, the problem of this method is the classes have to be re-generated everytime when XSD is changed or new XSD is created. Instead
of c# classes I wonder if there are other ways in .net 4 to provide a more flexible solution in terms of easy maintenance and less coding?
Any advice will be appreciated.

View the full article
 
Back
Top