Menu

#16 Encoding of quot and apos

open
5
2004-04-27
2004-04-27
No

I'm wondering why xmlrpc++ is encoding the
characters >, ' and ". The XMLRPC spec says:

Any characters are allowed in a string except < and
&, which are encoded as &lt; and &amp;. A string
can be used to encode binary data.
(http://www.xmlrpc.com/spec)

It does not hurt to have these characters also
encoded, but in my case of transfering a lot of xml
from and to the server, size is of a concern because
many " and ' get encoded, which increases the
overall file size without a need.

Thanks

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.