gpt4 book ai didi

asp.net - MVC2 - 使用 RDF 和命名空间使用 RSS 提要 http ://www. w3.org/1999/02/22-rdf-syntax-ns#'

转载 作者:行者123 更新时间:2023-12-02 18:28:41 25 4
gpt4 key购买 nike

我试图阅读华盛顿鱼类和野生动物部门的提要,并不断出现此错误:

The element with name 'RDF' and namespace 'http://www.w3.org/1999/02/22-rdf-syntax-ns#' is not an allowed feed format.

这是来自 RssController 的代码:

public virtual ActionResult Index()
{
string feedUrl = @"http://wdfw.wa.gov/news/newsrss.php";

using (XmlReader reader = XmlReader.Create(feedUrl))
{

**SyndicationFeed rss = SyndicationFeed.Load(reader);**

return View(rss);
}
}

我已经完成了几个 RSS 应用程序,但从来没有遇到过这个问题。有人知道能够在 ASP.NET MVC 2 中解析此内容的具体方法吗? (带有星号的行是发生异常的地方。

最佳答案

不支持 RSS 1.0。如何在此处提供您自己的支持的示例:https://web.archive.org/web/20211020140320/https://www.4guysfromrolla.com/articles/031809-1.aspx

关于asp.net - MVC2 - 使用 RDF 和命名空间使用 RSS 提要 http ://www. w3.org/1999/02/22-rdf-syntax-ns#',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5698837/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com