FREE ASP CODE - Yahoo RSS Reader
A module that extracts or pulls live YAHOO RSS News Feeds that you can use on your own website. This free tutorial code demonstrates the use of Microsoft's XML and document objects: MSXML2.ServerXMLHTTP,
Microsoft.xmlDOM, and RSS.
This code shows you how to have full control of the XML data that is returned live by Yahoo News. You can iterate through each news feed and custom format the header, the body and the publication date.
What is RSS?
By Yahoo definition: RSS stands for "Really Simple Syndication" -- it's a format for distributing and gathering content from sources across the Web, including newspapers, magazines, and blogs.
Web publishers use RSS to easily create and distribute news feeds that include links, headlines, and summaries. The Christian Science Monitor, CNN, and CNET News are among the many sites that now deliver updated online content via RSS.
Yahoo! News offers dozens of RSS feeds you can read in My Yahoo! or using third-party RSS news reader software. This free tutorial will teach how you can use RSS with Yahoo! News using VBSCRIPT, ASP and XML.
Now you can display a LIVE newsfeed on virtually any topic available from Yahoo and display it in any format or style you want.
|