65.9K
CodeProject is changing. Read more.
Home

RSS Parses Library

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.16/5 (8 votes)

Aug 2, 2006

viewsIcon

21937

downloadIcon

306

Parses RSS 2.0

Introduction

With this RSS Parses library, you can easily Parses RSS 2.0 file.

Background (optional)

RSS (Really Simple Syndication) ,RSS is a dialect of XML ,Subordinate to the element is a single element, which contains information about the channel (metadata) and its contents.

Using the code

A brief desciption of how to use the article or code. The class names, the methods and properties, any tricks or tips.

Blocks of code should be wrapped in <pre> tags like this:


//using My5U.RSSReader
//...
//RssChannel rss = RssParses.ProcessRSS("Demo.xml");
//string RssChannelTitle = rss.title;
//string RssChannelLink  = rss.link;
//string Item1Title = rss.Items[0].title;
//

Points of Interest

XML Document Parses

History

About

Email:zhen.liang@gmail.com

Blog: liangzhen.spaces.live.com