我无法从RSS源即在描述检索图像。
我使用下面的代码来获取信息。
var rssFeed = from el in doc.Elements("rss").Elements("channel").Elements("item")
orderby datetime(el.Element("pubDate").Value) descending
select new
{
Title = el.Element("title").Value,
Link = el.Element("link").Value,
Description =el.Element("description").Value,
PubDate = datetime(el.Element("pubDate").Value),
};
当显示的描述中,显示文字和图像togather我想单独在说明文字和图片。 可否请您让我知道如何着手。
RSS订阅使用: http://news.yahoo.com/rss/