I'm using phpxmlrpc.

I have a phpxmlrpc server wich returns a string.

I have a client wich call this server and caught a string.

The server return a string with \n caracters but when the client reads this string it can't find \n caracters.

How can I don't lose this caracters?

The server creates itself by this form: $s=new xmlrpc_server(array("texto.corrige" =>array("function" => "corrige")));

And the corrige function has this return line:
return new xmlrpcresp(new xmlrpcval($aspellret));
where $aspellret is a string that has \n caracters.

keroppi

_________________________________________________________________
Acepta el reto MSN Premium: Correos más divertidos con fotos y textos increíbles en MSN Premium. Descárgalo y pruébalo 2 meses gratis. http://join.msn.com?XAPID=1697&DI=1055&HL=Footer_mailsenviados_correosmasdivertidos


_______________________________________________
phpxmlrpc mailing list
[EMAIL PROTECTED]
http://lists.usefulinc.com/cgi-bin/mailman/listinfo/phpxmlrpc

Reply via email to