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: David Sugar
Subject: Re: [ Patch #490 ] wrong string tag in XMLRPC::addMember ?
Date: Sun, 25 Aug 2002 23:17:08 -0400
User-agent: KMail/1.4.1

Yes, it was probably copied over from the int set :).  Yes, this should be in 
R1 and -HEAD...maybe we will soon do a 1.0.1 from the R1 branch once enough 
little fixes are accumulated...

On Sunday 25 August 2002 19:29, Federico Montesino Pouzols wrote:
>    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.
>
> _______________________________________________
> Bug-commoncpp mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-commoncpp





reply via email to

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