[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Problem with LuaSOAP sending XML like data.
- From: Thijs Koerselman <thijskoerselman@...>
- Date: Tue, 19 Jan 2010 17:36:13 +0100
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