Monday, November 08, 2010 at 12:00 AM.

scripting2Suite.server.getStorySummit

on getStorySummit (adrstory) {
	<<Changes
		<<6/6/10; 9:01:16 AM by DW
			<<Created. 
	if not defined (adrstory^.xstruct) {
		xml.compile (adrstory^.opmltext, @adrstory^.xstruct)};
	local (adropml = xml.getaddress (@adrstory^.xstruct, "opml"));
	local (adrbody = xml.getaddress (adropml, "body"));
	local (adrsummit = xml.getaddress (adrbody, "outline"));
	return (adrsummit)};
bundle { //test code
	edit (getStorySummit (@config.scripting2.server.users.davewiner.calendar.["2008"].["01"].["04"].["01301"]))}



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.