> -----Original Message----- > From: Kimbro Staken [mailto:[EMAIL PROTECTED] > Sent: 19 February 2002 18:34 > To: [EMAIL PROTECTED] > Subject: Re: Switch to XML-RPC / SOAP > > > > On Tuesday, February 19, 2002, at 10:18 AM, James Bates wrote: > > > > > > Would anyone object if I tried to hack this to use Xindice-internal > > transformations? Also, it uses the Xindice internal HTTP server. > > What do you mean? >
Two possibilities: converting actual strings into ascii strings using maybe something like URL encodings (e.g. � -> %C3%A9 and � -> %C3%B1) otherwise, change method signatures to use byte arrays, not strings, which we produce and consume in UTF-8 ourselves. Data would then be transferred in base64 in the XML-RPC documents. > > We may wish > > to use a "more standard one" here aswell... > > > > Yes, but not yet. The current server will work well enough > until we have a > clear direction for the server framework. Let's take it one > piece at a > time. > Understood :) James
