Hello, I am looking for a way to, essentially, create XML in C# from a given XSD. The situation is that I have a number of XSDs that change from time to time that I need to create XML from. Because the schemas change, I would prefer to just be able to update the schema def and have the code pick-up the changes with little or now code changes.
Is there a way to do this in C#. I'm using 3.5 in VS2008 and am open to options such as Linq to XML. Thanks in advance! rbr
