Sample RSS File

Sample RSS File
Want to know how a RSS file is laid out? Here is a sample RSS file to get you started.

==================================

<rss version="2.0">
<channel>
<title>ASP @ BellaOnline</title>
<link>https://www.bellaonline.com/Site/asp</link>
<description>
Learn to program in ASP, and enhance your ASP skills to add great new functionality to your website!
</description>
<language>en-us</language>
<copyright>Copyright 2001-2005 BellaOnline.com
All Rights Reserved.</copyright>
<lastBuildDate>Tue, 12 Apr 2005 14:21:32 EST</lastBuildDate>
<ttl>240</ttl>
<image>
<url>https://www.bellaonline.com/images/bella.gif</url>
<title>ASP @ BellaOnline</title>
<link>https://asp.bellaonline.com</link>
</image>

<item>
<title>
Using ASP to Code an RSS Feed
</title>
<link>https://www.bellaonline.com/articles/art30646.asp</link>
<description>
RSS feeds let you easily syndicate your content to an end user or another website. ASP can help you easily create your own RSS feed for your website.
</description>
<pubDate>Tue, 12 Apr 2005 13:59:56 EST</pubDate>
</item>

<item>
<title>
RecordCount and Count
</title>
<link>https://www.bellaonline.com/articles/art30403.asp</link>
<description>
If you're trying to figure out how many records are in a given SQL result set, you can use either the RecordCount or Count command. Both work in different ways.
</description>
<pubDate>Sun, 3 Apr 2005 17:12:17 EST</pubDate>
</item>

<item>
<title>
Bubble Sort Code Technique
</title>
<link>https://www.bellaonline.com/articles/art29843.asp</link>
<description>
If you are sorting content into an order, one of the most simple techniques that exists is the bubble sort technique.
</description>
<pubDate>Wed, 16 Mar 2005 00:38:21 EST</pubDate>
</item>

</channel>
</rss>

---------------------------------

RSS Feed - Header Part
Basics of a RSS Feed
Basic Setup of an RSS ASP File




RSS
Related Articles
Editor's Picks Articles
Top Ten Articles
Previous Features
Site Map





Content copyright © 2023 by Lisa Shea. All rights reserved.
This content was written by Lisa Shea. If you wish to use this content in any manner, you need written permission. Contact Lisa Shea for details.