Stable RSS reader using .NET

本小妞迷上赌 提交于 2020-01-13 19:52:31

问题


I have been looking for a stable RSS/Atom library for .NET, preferably open source like AS3 Syndication Library created by Adobe.

I want to integrate an RSS feed in my .NET based site.

Also, are there any JavaScript libraries for the same RSS feed reader?


回答1:


I answered a similar question some time back : net has a class to parse ATOM and RSS feeds. Check out the links.

http://msdn.microsoft.com/en-us/library/system.servicemodel.syndication.aspx

http://msdn.microsoft.com/en-us/magazine/cc135976.aspx

Alternatively You can just remove the "Feed version" from the XML file and parse it as a normal XML file using xmlDocument class.

rss parser in .net




回答2:


Maybe the System.ServiceModel.Syndication Namespace can be of help?




回答3:


This seems a no-brainer.

Argotic (http://exist.sourceforge.net/atompub.html) is a mature, stable, open source .Net library for RSS and Atom. I've worked within the sources, and they're very feature complete and sensibly implemented (including support for Atom extensions such as GeoCoding, Dublin Core, iTunes and trackback).



来源:https://stackoverflow.com/questions/1292729/stable-rss-reader-using-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!