Tuesday, August 18, 2009 at 7:55 PM.

lifeLinerSuite.buttons.View

<<Changes
	<<7/23/09; 10:57:18 AM by DW
		<<Created. 
local (adrdata = lifelinersuite.init ());
if adrdata^.stats.rssUrl == "" {
	scripterror ("Can't view the RSS because the LifeLine hasn't been saved.")};
local (xmltext = tcp.httpreadurl (adrdata^.stats.rssUrl));
local (f = frontier.getsubfolder ("ops/temp/") + "preview.xml");
file.writewholefile (f, xmltext);
webbrowser.opendocument (f);
file.delete (f)



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.