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