Re: R: R: [phpxmlrpc-devel] is this list working?
Brought to you by:
ggiunta
From: lukasz m. <lu...@ma...> - 2003-01-23 16:35:09
|
Gaetano Giunta wrote: [ciach] > Another option would be to simply encode/decode the scientific-formatted values as strings, and do the conversion inside the application. > If you're developing a private app there's no problem, since you build both client & server. i'm developing private app, but i do recognize by type, an another action is taken for string, and another for double. i think i must use something like <struct> <member><name>type</name><value>scientific</value></member> <member><name>value</name><value>1.3e200</value></member> </struct> instead of <double>1.3e200</double> sad. all simplicity goes to hell..... > If you are developing a server open to public usage it might not look very 'clean', but then you're better off sticking to the protocol as much as you can anyway ... yes, you're right. another option: influence xmlrpc spec to allow scientific format. but how, i don't know yet. regards maHo |