% Dim oRsFeed, oRssConfig Set oRssConfig = new NK_NewsImportConfig oRssConfig.bDebug = false 'set it to false after the feed is tested and properly configured oRssConfig.sCacheType = "memory" 'can be also "memory" (the default option) oRssConfig.sCacheMaxAge = 200 'measured in seconds oRssConfig.sCacheDir = "c:\" 'have to be writeable location. Not necessary when dealing with memory caches Set oRssFeed = new NK_NewsImport Set oRssFeed.oNewsConfig = oRssConfig 'associate the previously declared configuration ' oRssFeed.getData "ed2a2750373ab9e354a6dd2f65da63f5", false oRssFeed.getData "f3ce8d3ca1724298ecc38b399c5a9a41", false %>
|
|
| |||||||||||||||||||||||||||||