working with rss + c#
问题 Hi I'm trying to working with RSS feeds in C#. I added RSS feeds like this and this When I try to read into a DataSet like: ds.readxml(rsspath) I get some tables in a DataSet. Now how do I know which table contains exact data of all the products? I'm not getting products list if I write: gv.datasource = ds.tables[0] Any help or suggestions? 回答1: XmlDocument+ XPath or Linq2Xml should be a better way of handling the data 回答2: You could also try RSS.NET. 回答3: Maybe you should check out the