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

system.verbs.builtins.html.data.iso8859.work.cleanup

target.set (@websites.dw.crossPlatformWork.iso8859work.test);
op.firstsummit ();
op.go (down, 4);
op.go (right, 1);
loop {
	s = string.nthfield (op.getlinetext (), ' ', 1);
	op.setlinetext (string.insert ("#", s, 2) + " #" + (s - ";" - "&"));
	if not op.go (down, 1) {
		break}};
target.clear ()



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.