@verb #7087:":convertXML1_0" this none this rxdo #7788 @program #7087:":convertXML1_0" this none this text = "<" + this->__tagName if (this->__parentNode == this->__ownerDocument || !(this->__namespaceURI == this->__parentNode->__namespaceURI && this->_get_prefix() == this->__parentNode->_get_prefix())) text = tostr(text, " xmlns", this->_get_prefix() == $dom.null ? "" | tostr(":", this->_get_prefix()), "=\"", this->__namespaceURI, "\"") endif for attr in (this->__attributes) text = tostr(text, " ", attr[1], "=\"", strsub(attr[2], "\"", "\\\""), "\"") endfor if (this->__children) text = tostr(text, ">") for child in (this->__children) child = $dom:instanciate(child[3], this, this->__ownerDocument) text = tostr(text, child->convertXML1_0()) endfor text = tostr(text, "__tagName + ">") else text = tostr(text, "/>") endif return text "Last modified by Floyd (#7788) on Fri Nov 15 21:14:49 2002 MST." .