问题
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