method vector.to_xmlrpc
Return the XML-RPC representation of a vector
Contract
Return typewob
No input parameters.
Water Contract
<method vector.to_xmlrpc/>

See also: to_xmlrpc

Returns the XML-RPC representation of a _subject of type vector . Notice that objects of various data types are expressed in their corresponding XML-RPC formats.
<v "ABC" 123 456.78 />.<to_xmlrpc />
"<array>&#13;
 <data>&#13;
  <value><string>ABC</string></value>&#13;
  <value><int>123</int></value>&#13;
  <value><double>456.78</double></value>&#13;
</data>&#13;
</array>"