NRss
NRss is an open source Microsoft .NET Framework / Mono class library for reading a RSS feed into a tree of objects mapped to elements in the RSS feed. For example, there's a Rss class encapsulating the feed, a RssChannel class encapsulating the <channel> element, a RssChannelItemCollection class containing the items in the channel and so on.
NRss is able to parse RSS versions 0.9x and 2.0. Support for modules is under development. RSS 1.0 support will be considered sometimes in the future.
NRss is a validating parser. Unlike other parsers, NRss will try to make sure that the XML file it reads is a valid RSS file conforming to the declared version number.
Go to http://nrss.sourceforge.net/
See also these related projects.
- Aggie news aggregator - Aggie is a news aggregator: it is a desktop application that downloads the lates ...
- ASP.NET RSS Toolkit - ASP.Net RSS Toolkit gives ASP.Net applications the ability to consume and publis ...
- Atom.NET - Atom is a new syndication format (similar to RSS in functionality) but aimed to ...
- Easy Feed Editor - Easy Feed Editor is a free tool you can use for editing and creating RSS- and AT ...
- FeedExpress - FeedExpress is a freeware and OpenSource (LGPL license) RSS feed reader.
Fe ... - GizmoRSS - A Small Simple RSS News Reader GizmoRSS is a simple lightweight RSS Feed reader ...
- GtkSharpRSS - A RSS and RDF client written in C# using Mono, Gtk#, and RSS.NET. Italso has the ...
- mail2rss - mail2rss is a .NET web service that checks your mailbox on demand and returns an ...
- Rss Bandit - Rss Bandit is an RSS/Atom aggregator (also known as an RSS Reader) for your desk ...
- RSS.NET - RSS.NET is an open-source .NET class library for RSS feeds. It providesa reusabl ...