Sets the child node with the specified tag name to the given text value.
void CL_DomElement::set_child_string( const CL_DomString & name, const CL_DomString & value);
Detailed description:
Sets the first child node with the specified tag name, creating it if it does not exist, to the given text value