天天看点

读取xml数据到DataSet

string file = Server.MapPath("test.xml");

DataSet ds = new DataSet();       

ds.ReadXml(file);