Display Headlines From an RSS Feed on Your Website
Category:
ASP, HTML and XMLType:
SnippetsDifficulty:
IntermediateAuthor: Intelligent Solutions Inc.
Version Compatibility: ASP
More information:
RSS, which stands for Really Simple Syndication, is a standard that allows web sites to syndicate their content and other web sites to publish this content. This code will allow you to display RSS syndicated feeds on your web site, using ASP. You can find sites that syndicate their content via RSS at http://www.syndic8.com.
Updated 7/8/03 with a few changes that make the feed display more flexible in dealing with the various flavors of RSS. In addition, a flag (bUseApp, line 1) can be toggled so the feeds are cached either as files or in memory (i.e., within the Application object)
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: