On 01.12.2010 17:11, Daniel L Wang wrote:
I'm using Lua XML-RPC so that I can have a Lua client make RPC calls to
a daemon that understands XML-RPC. But some of the strings that I'm
passing as parameters have characters that need to be escaped. i.e., ">"
needs to get converted to ">". As it is no
(reposting to list at Andre's suggestion)
Hello,
I'm using Lua XML-RPC so that I can have a Lua client make RPC calls to
a daemon that understands XML-RPC. But some of the strings that I'm
passing as parameters have characters that need to be escaped. i.e.,
">" needs to get converted to ">"