Home Page - www.tele-pro.co.uk - Ecommerce Integration


XML RSS Content Feed Class Code

Example Code - Amazon RSS Feed

This sample code shows the code to collect Amazon RSS XML content and show the results with the RSSContentFeed class.

 Go Download this sample code as text
 Go See this sample code working

<!-- #INCLUDE FILE="rss_content_feed_class.1.asp" -->
<%
'create object
Dim rss
Set rss= New RSSContentFeed

'set the amazon parameters
Dim assocID, DevToken, Kwd, Mode, Title
assocID = "Your-AssociateID"
DevToken = "Your-Developer-Token"
Kwd = "ASP"
Mode = "books-uk"
Title = "ASP Books"

'get amazon rss content
Call rss.GetAmazonRSS(assocID, DevToken, Kwd, Mode, Title)


'display results
Dim i
For Each i in rss.Results
  response.write rss.ItemHTML(i) & "<br>"
Next

'release object
Set rss= Nothing
%>

 

RSS Content Feed Code Examples

 Go Display standard RSS content
 Go Including the RSS ContentFeed class
 Go Properties: ContentURL, PostData, MaxResults, Cache, CacheDays, FromCache
 Go Methods: Clear, GetRSS, GetAmazonRSS, DeleteCache, Transform, XMLValue, Shorten
 Go Display Amazon RSS content
 Go Display eBay RSS content
 Go Sample Code
 

See Also

 Go RSSContentFeed Class Intro
 Go RSSContentFeed Class Reference
 Go RSSContentFeed Class Sample Code
 Go RSSContentFeed Class Demo

Search RSS

 Go Website: RSS
 Go Website: RSS Content Feed Class
 Go Google: RSS Feed
 Go Google: RSS Content Feed Class
 

RSS Links

 Go www.w3.org/RDF/
 Go www.xml.org/xml
 Go RDF Site Summary RSS 1.0

RSS Content Feed

xml, rss, rdf, content, feed, vbscript, class, news feeds, RSSContentFeed, properties, methods, object, rss 0.91, 1.0, 2.0, asp, vb, api, free news feed, sofotex, prweb, alistapart, news.com, newsfactor, code, coding, script, scripting, utility
 

Top | Home | ECommerce | Hosting | Site Map | Search | © 2003-6 | Contact