|
Sample RSS FileWant 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> --------------------------------- ASP RSS Feed Code Bookmark this site so you can reference it any time you have ASP questions in the future! All content copyright © 2012 Minerva WebWorks LLC. All rights reserved.
|
|