SyndicateFeed 类不处理 RSS 版本 0.91

发布于 2024-07-23 03:48:04 字数 67 浏览 6 评论 0原文

.NET 中的 SyndicateFeed 类似乎仅支持 RSS 版本 2.0。 我如何支持 RSS 0.91 版本?

The SyndicationFeed Class in .NET only seems to support RSS version 2.0. How do I go about supporting RSS version 0.91?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

×纯※雪 2024-07-30 03:48:04

简而言之,您需要创建一个处理 RSS 0.91 标准的序列化和反序列化的类。 这样的类应该派生自 SyndicateFeedFormatter 类。

我创建了这样一个类,并在此处提供了它的源代码和如何使用它的描述:
联合和使用 RSS 1.0 ( RDF) ASP.NET 3.5 中的提要

快乐编程!

In short, you need to create a class that handles the serialization and deserialization of the RSS 0.91 standard. Such a class should derive from the SyndicationFeedFormatter class.

I've created such a class and provide its source code and a description of how to use it here:
Syndicating and Consuming RSS 1.0 (RDF) Feeds in ASP.NET 3.5.

Happy programming!

淡写薰衣草的香 2024-07-30 03:48:04

我建议使用 CodeHollow.FeedReader 包,它支持多个 RSS 版本(包括 0.91): https://github.com/codehollow/FeedReader

I would suggest using the CodeHollow.FeedReader package which supports multiple RSS versions (including 0.91): https://github.com/codehollow/FeedReader

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文