Click here to Skip to main content
15,886,031 members
Articles / Web Development / ASP.NET

A very standard, powerful and easy to use Sample and Library for working on RSS 2.0

Rate me:
Please Sign up or sign in to vote.
4.85/5 (23 votes)
18 Feb 2005MIT1 min read 46.1K   649   51  
With this library, you can easily create some RSS 2.0 files for your site and/or use some RSS 2.0 files from other sites into your site.
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<link>Channel Link</link>
		<title>Channel Title</title>
		<description>Channel Description</description>
		<pubDate>Fri, 18 Feb 2005 21:19:44 GMT</pubDate>
		<language>en-US</language>
		<image>
			<url>http://www.site.com/images/banner.gif</url>
			<link>http://www.IranianExperts.com</link>
			<title>Iranian Experts</title>
		</image>
		<item>
			<link>http://www.Item1.com</link>
			<title>Item 1</title>
			<pubDate>Fri, 18 Feb 2005 21:19:44 GMT</pubDate>
		</item>
		<item>
			<title>Item 2</title>
		</item>
		<item>
			<link>http://www.Item3.com</link>
			<title>Item 3</title>
		</item>
	</channel>
</rss>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Web Developer Sematec Ins.
Iran (Islamic Republic of) Iran (Islamic Republic of)
My experiences are:

HTML 5.0, CSS 3.0
JQuery, Angular JS, Bootstrap

MVC 5.0, WEB API, c#

My Site URLs:
http://www.IranianExperts.ir
http://www.IranianExperts.com

My Yahoo Group URL: http://groups.yahoo.com/group/iranianexperts

Mobile: 0098-912-108-7461
Address: Tehran, Tehran, Iran

Comments and Discussions