Re: [Kepler-Project] Lua XML-RPC string escaping

2010-12-03 Thread Tim Niemueller
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

[Kepler-Project] Lua XML-RPC string escaping

2010-12-01 Thread Daniel L Wang
(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 ">"