RSS Parses Library






2.16/5 (8 votes)
Aug 2, 2006

21937

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 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:
Email:zhen.liang@gmail.com
Blog: liangzhen.spaces.live.comUsing the code
//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