Using DataSets to Process XML
I started a project recently that requires me to process an XML file from Google. Being the lazy sort, I’d really rather just use the data as though it were part of a database and forget that it was ever XML. So I’m using a method in the DataSet class that I’m finding is rather obscure. ReadXml().
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

