DataSets and XML - The Simplistic Approach(www.dotnetblocks.com)
submitted by
DotNetBlocks(393) 1 year, 4 months ago
One of the first ways I learned how to read xml data from external data sources was by using a DataSet’s ReadXML function. This function takes file path for an XML document and then converts it to a Dataset. This functionality is great when you need a simple way to process an XML document. In addition the DataSet object also offers a simple way to save data in an xml format by using the WriteXML function.
|category: XML
|Views: 3
tags:
XML another
Everyones tags:
Your Tags: