' visit http://bytescout.com/rss2htmlscout_example_vbscript.html for full version of this example
' converting RSS to HTML with Visual Basic Scrip (VBScript). Check /Examples/VBScript/ sub-folder for
' full source code for this example

Set RSS2HTML = CreateObject("RSS2HTMLScoutLib.RSS2HTMLScout")

RSS2HTML.ItemsPerFeed = 10 ' display only 5 latest items from every feed

' ##### we can add more than one RSS feed #########
RSS2HTML.AddFeed  "http://bytescout.com/news.xml", 180 ' update every 180 minutes (3 hours)

RSS2HTML.Execute

RSS2HTML.SaveOutputToFile "Output.html"

Set RSS2HTML = nothing

' visit http://bytescout.com/rss2htmlscout_example_vbscript.html for full version of this example

Copyright 2005-2006