Saturday, April 02, 2011 at 9:09 PM.
radio2Suite.utilities.rssToJson
<<Changes
<<12/22/10; 6:04:56 PM by DW
<<Created.
local (xmltext = tcp.httpreadurl ("http://radio2.org/dave/rss.xml"));
xml.compile (xmltext, @xstruct);
local (jsontext = json.decompile (@xstruct));
myserverfarmsuite.writetofresca ("radio2.org", "dave/rss.json", jsontext)
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.