Hi On 2012年1月19日, Daurnimator wrote: ...
As a note; other special entities need to be escaped too: res = res:gsub("[<>&\"]",{ ["<"] = "<" , [">"]=">" , ["&"]="&" , ["\""] = """ } )
Next version of LuaSOAP will automatically encode these characters and also "'" which will be converted to "'". Regards, Tomás