bruno pennec wrote: >I have two xmlblaster clients which use XMLRPC but : > the first one, accept xmlblaster xml escape sequences (< , >, >...) > the second one, would understand a other (<, ... which is legal >too) > >Can i specify in each XMLRPC request (by exemple in qos string), >expected format ? > If i get you rigth you send in the message content xml informations from one client to another.
Isn't the header encoding for example like <?xml version='1.0' encoding='ISO-8859-1' ?> addressing such issues?? Probably i missed your question ... Marcel > >
