Generate xml from dataset using xsd in C# at runtime
Posted
by Archie
on Stack Overflow
See other posts from Stack Overflow
or by Archie
Published on 2010-06-15T07:47:04Z
Indexed on
2010/06/15
7:52 UTC
Read the original article
Hit count: 462
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.
© Stack Overflow or respective owner