bug-commoncpp
[Top][All Lists]
Advanced

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

Re: [ Patch #490 ] wrong string tag in XMLRPC::addMember ?


From: Federico Montesino Pouzols
Subject: Re: [ Patch #490 ] wrong string tag in XMLRPC::addMember ?
Date: Mon, 26 Aug 2002 01:29:56 +0200 (CEST)

   Yes, I think <i4> was copied from the method above. It has been fixed
in both RELEASE1 and HEAD branches in CVS.

>in xml.cpp: void XMLRPC::addMember(const char  name, const char * value)
>  ...
>  <value><i4> ... </i4></value>
>
>Due to xmlrpc's spec - as I understand it - it should be
>
>  <value>string> ... </strinf></value>

 (I assume you mean <value><string> ... </string></value>)

>
>or could even be left out (?)
>
>  <value> ... </value>
>
>The tag <i4> stands for integer.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]