g
Printer Friendly Version

editor  
BellaOnline's ASP Editor
 

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>http://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>http://www.bellaonline.com/images/bella.gif</url>
<title>ASP @ BellaOnline</title>
<link>http://asp.bellaonline.com</link>
</image>

<item>
<title>
Using ASP to Code an RSS Feed
</title>
<link>http://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>http://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>http://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

ASP Site @ BellaOnline
View This Article in Regular Layout

Content copyright © 2013 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.



| About BellaOnline | Privacy Policy | Advertising | Become an Editor |
Website copyright © 2023 Minerva WebWorks LLC. All rights reserved.


BellaOnline Editor