XMLRPCFormat
-
function
-
new in 1.53
-
Returns a string representing any value in the format required for use within the body of an XML-RPC message.
- update in 1.64: works with new boolean values (yes, no, on, off), represented as <boolean>0</boolean> or <boolean>1</boolean> in XML-RPC. Also, <missing value> is now represented as <nil/> in XML-RPC.
-
Examples: +
put XMLRPCFormat of "Hello" —> <value><string>Hello</string></value>
-
Related: XMLRPCValue, XMLRPCResponse, XMLRPCFault, HTTPMessage