On 11 October 2012 23:56, nkeeney <
nke...@on-state.com> wrote:
> Update: I looked a bit into the code and I realize that toString()
> serializes the Builder tree and calls xmlescape() on text nodes, which
> pollutes the log. However, the above request goes out on the wire like this
> (wireshark'd):
> <body rid='
3673562386' xmlns='
http://jabber.org/protocol/httpbind'
> sid='40387859f41ac28deec1d6876afa71bf4a27c8cf'><message type='chat'
> xmlns='jabber:client' to='
associat...@onstate.net/proxy'
> from='
ostes...@onstate.net/TTADEmbed'><body>dog&apos;s</body></message></body>
>
> Why are text nodes getting double-escaped?