lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Tomás,

>        For now, I suggest you to escape the strings manually :-(
> Or you can wait LuaSOAP 2.0 :-)
>

How would you suggest to escape the strings manually? I've tried this
but it doesn't make a difference:
"\<somexmltag\>some data\</somexmltag\>"

I could do something like
"{somexmltag}some data{/somexmltag}"

but that means I can't use the {} characters anymore (which might not
be an issue right now)

I'm using your version 2 beta atm.

Best,
Thijs