2003-09-13T01:26:42Z
I finally got my Radio Userland blog exported in a form I can work with (XML). I'll write an xsl stylesheet and convert it to the Moveable Type format. Don't expect anything to happen before early next week.
In case anyone else has to do this, here is the relevant code I used:
file.writeWholeFile( "c:\\tmp\\weblog.xml", table.tableToXml( @weblogdata.posts ) ).
Originally it had radio.weblog.init() in place of @weblogdata.posts but that didn't seem to work.