|
XML is very well integrated with .NET. Many server controls have XML methods built in making XML capabilities only a method or two away. The DataSet class contains several of these XML methods and we will examine a couple of them in this article. The task in this example is to read a database table into a DataSet and then write the DataSet out to the file system as an XML file. We will also do the same thing with the schema for the XML file.
|