Site Map Contact Us Home
E-mail Newsletter
Subscribe to get informed about
Clever Components news.

Your Name:
Your Email:
 
SUBSCRIBE
 
Previous Newsletters
 




Products Articles Downloads Order Support
Customer Portal      

RSS Feeds

Features | Detailed Description

The RSS Feeds is a component from the Clever Internet Suite library.
This component is used to edit RSS feed XML, load and save it to the disk.

Available in .NET, VCL and ActiveX editions.

Features:

  • Support for RSS 0.91, 0,9
  • Load and Save RSS XML to the disk 
  • Submit RSS to the Web 
  • Download and Parse RSS news from URL 
  • Validate RSS XML before publishing 
  • Free one year upgrades and support

Add RSS items and submit it to the Web in just few lines of code

The most commonly used RSS information (such as News Title, Link and Description) can be specified using a single line of code.
You can submit added news items to the Web server via the PUT method of the HTTP protocol.

Delphi
clRss1.Get('http://sample.com/rss.xml');

clRss1.Items.Add('New version released', 'sample.com', 'The new version includes a lot features...');

clRss1.Put('http://sample.com/rss.xml');

C#
rss1.Get("http://sample.com/rss.xml");

rss1.Items.Add(new RssItem("New version released", "sample.com", "The new version includes a lot features..."));

rss1.Put("http://sample.com/rss.xml");

Samples, including WinForm clients with full source code

Please see the Demos code (RssFeed) and also the indexed Help documentation provided with the Clever Internet Suite installation to learn more about using this component in your application.

Includes support for Delphi, C++Builder, C#, VB.NET and Javascript.

Complete Delphi and C# source code

When Purchasing the Clever Internet Suite you receive the full sources for all suite components and also free unlimited support.

Interested?

 

    Copyright © 2000-2024