Generating XML based on dataset class created by XSD.exe
Could anyone give an overview of how to generate an XML from the dataset class of an X开发者_C百科ML schema created using XSD.exe?
I have previously worked using C# class generated for a schema from XSD.exe, where I used the serialisation to finally create my output XML, but have no clues how to work with the dataset class.
Can anyone please give your ideas on this?? Thanks!!
MSDN article describes serializing a DataSet to XML.
http://msdn.microsoft.com/en-us/library/58a18dwa(v=vs.71).aspx
精彩评论