tukarambande / xmlrpcnet

Automatically exported from code.google.com/p/xmlrpcnet
0 stars 0 forks source link

Patch for XMLRPC++ support #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Howdy.

I've added a parameter UseEmptyElementTags. This defaults to true to keep 
behavior the same.

Setting it to false causes empty tags to be in the form <string></string> 
instead of <string />. This is necessary to make a XML-RPC service compatible 
with XmlRpc++, which doesn't support empty element tags.

diff-xml.txt (attached) is the diff. I've included the other files in the event 
that you don't want diff format.

Thanks

James

Original issue reported on code.google.com by xoc...@gmail.com on 30 Jan 2011 at 8:49

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch. Will add to next release.

Original comment by ChasC...@gmail.com on 2 Feb 2011 at 8:29

GoogleCodeExporter commented 8 years ago
Empty string values are now always serialized as <string></string> 
instead of <string />

Original comment by ChasC...@gmail.com on 13 Mar 2011 at 3:04

GoogleCodeExporter commented 8 years ago

Original comment by ChasC...@gmail.com on 13 Mar 2011 at 3:05