DataList 如何绑定Xml文件DataList 如何绑定Xml文件????[解决办法]不需要用xml的方式去取.DataSet ds = new DataSet();ds.Read(Server.MapPath("aa.xml"));绑定ds.Tables[0]就可以了,其他与数据绑定一样.