Generate xml from dataset using xsd in C# at runtime
- by Archie
Hello,
I want to generate an XML file according to the xsd given at runtime. I have dataset which would be used to fill up the values. Can anyone tell me a simple solution?
Also, my xsd file is very big and has complex types in it. and I dont want to try any third party tools.
Its urgent. Please help.