c# - Search and retrieve xml in dataset? -


I am trying to find some work examples to work wonders on the dataset with XML. I am using XML data. I want to search for TITLE values ​​in all CD nodes.

DataSet dsXml = new dataset ();
dsXml.ReadXml (msXml);

Look at linq2xml if you want to "query" the dataset to linq You can also use it.


Comments