Home | SOAP Tools | UDDI Browser | ResourcesSource Code | RFCs | News Reader  | SOAP Interop | Bookmarks 

  

General
Reuters
CNN
Wired News
News.com
CBS News
NY Time
BBC
BBC World
Google News
Yahoo News
ABC News
Political Wire
WashingtonPost
WorldPress
US News
CS Monitor
Business
NY Time
CNN
Reuter
ABC News
CBS News
BBC Business
Forbes
Technology
CNET
CNN
Reuter
NY Time
WashingtonPost
Wired News
BBC
InfoWorld
InfoWorld WS
WebReference
LinuxToday
XML.com
XML Cover Pages
OASIS
W3C
Internet.com
JavaScript Tip
Linux Today
WDVL
CodeProject
SOAPAgent.com
Articles
Web Services
SOAP Resources
New Additions
Software Download
Most Popular
New Releases
Hot Title
Software Developer
Yahoo News
Top Stories
World
Business
Technology
Politics
Science
Sports
New York Times
Home Page
World
Business
Technology
Politics
Science
Sports
Reuters
Top News
World
Business
Technology
World News
CNN
CBS
WashingtonPost
RSS News Reader

What is RSS?

RDF Site Summary (RSS) files, based on XML, provide an open method of syndicating and aggregating Web content. Using RSS files, you can create a data feed that supplies headlines, links, and article summaries from your Web site. This site is an aggregation of RSS content using SQLData XML technologies.

What is the RSS News Reader?

SQLData RSS Reader is a browser-based tool for accessing news feeds in RSS formats. The tool allows you to browse available news services and read news summaries online. Current implementation supports RSS 0.91, 0.92 and RSS 1.0.

How to use the RSS Reader?

You can use any one of the following methods to read news online:

  • Click on links on the left panel to read news feeds.
  • Use the Service Index to look up available services.
  • Get news feed using the forms below.

 RSS File Address:

RSS News Search:

If you don't know any RSS file address, here is a form to search for the latest news of your interest. 

Search Engine :

 Keywords:       

Bookmark your favorites

You can read your favorite news with a single click:

  1. Enter your RSS file address in the textbox above and click the Get News button.
  2. Drag & Drop the URL to your desktop or add a bookmark to your browser.

Sample Code

You can provide RSS news feeds, similar to the RSS Reader, using SQLData SOAP Client Library. Here is a working sample for IIS:

set myAgent=Server.CreateObject("SQLDataSoap.SoapAgent") 
MyAgent.SetProperty "DebugMode","4" 
' retrieve the file using a cache manager, cache expires in 6000 seconds 
content = MyAgent.RetrieveFile(request("uri"), "c:\temp\cache", 6000)
if content<> "" then 
' load the rss file and transform the feed to HTML format 
Transformed = MyAgent.Transform("http://soapclient.com/rss.xsl", "", content) 
Response.Write(Transformed) 
end if

The address of the remote RSS file is given by uri. Assume the code is in a file called RSS.ASP, user can then use
     http://yourhostname/rss.asp?uri=YourFavoriteFeed

to read the news.

Acknowledgement:

  • Copyrights of news summaries displayed on this site belong to their providers. 
  • We are thankful to Moreover, 10.am, and Userland for providing RSS directory services and news feeds to us.
Resources
RSS DevCenter
RSS Info
RSS Cover Pages
RSS on demoz
RSS 1.0
RSS 0.91
RSS Ref
ScripingNews
OCS Spec
Backend
My.Userland
Meerkat
Tools
RSS Editor
Syndicate Your Page
RSS 1.1 Validator
 


Copyright © 1997-2011 SQLData System, Inc  All rights reserved.

Comments, or suggestions? Send to info2 at sqldata.com

This site is powered by SQLData SOAP Server