@verb #4172:":convertXML1_0" this none this rxdo #7788 @program #4172:":convertXML1_0" this none this "Converts DOM to text. Not part of any DOM specification. Unlike other textify verbs, this one returns a list. The rest must return just strings with &superScaryMOOEndl; line breaks." text = "" for child in (this->__children) child = $dom:instanciate(child[3], this, this) text = tostr(text, child->convertXML1_0()) endfor return $su:explode(text, "&superScaryMOOEndl;") "Last modified by Floyd (#7788) on Thu Nov 14 19:53:36 2002 MST." .