Click here to Skip to main content
15,881,852 members
Articles / Programming Languages / XML
Article

RSS Parses Library

Rate me:
Please Sign up or sign in to vote.
2.16/5 (8 votes)
2 Aug 2006 21.5K   305   17   4
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 <rss> element is a single <channel> 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

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralXPath Pin
Andrea Laperuta31-May-07 5:14
Andrea Laperuta31-May-07 5:14 
GeneralProblem Pin
MatrixCoder23-Feb-07 17:57
MatrixCoder23-Feb-07 17:57 
GeneralGreat Pin
ZengYi31082-Aug-06 22:40
ZengYi31082-Aug-06 22:40 
AnswerRe: Great Pin
Zhen.Liang5-Aug-06 3:55
Zhen.Liang5-Aug-06 3:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.