[Michael Jacobson] (16/06/2004) ~ This application displays [RSS] news feeds in folders. Each of these items can be clicked and the corresponding webpage displayed in the browser (MSIE). NOTE: This application is MsWindows only as it uses [optcl] to embed MSIE as the web browser. Here is a current picture of the application. [http://mywebpages.comcast.net/jakeforce/RssPoint.jpg] And if you want to see my current progress a [starkit] snapshot of the code is here [http://mywebpages.comcast.net/jakeforce/RssPoint.kit]. ---- [male] - 16 June 2004: Sorry, but the starkit tells me about missing http commands from the http package. Is there a forgotten "package require http"? [MPJ] I updated the code and retested it on the 8.4.6 TclKit, please try it again and see if it works. [male] - 16 June 2004: It works fine! Thanks! I added the "package require http" to "A little RSS Browser" too! ---- [male] - 16 June 2004: How do I update the RSS tree to contain the current information? Or does this happen automatically? [MPJ] - This version does not do the auto updating yet. I hope to implement that feature next.