David Monahan - 2003-02-07

Using fromXml() to store an xml string. If the string is empty and the string tags are not used i.e.
<value></value>
The call to XmlRpcUtil::getNextTag gets the value end tag and the fromXml() method returns "false".

David