on Thu, 17 Jul 2003 07:44:01 +0100 "John Wilson" <[EMAIL PROTECTED]> wrote:
> rufio wrote: > > You cannot assume that lower protocol doesn't use XML. > > Yes you can - that's what the XML-RPC specification says. Abstraction of transport layer breaks the spec in general, cause we dont have to use HTTP. Using jabber for transport is against the spec already. <cut> > > Yes but this isn't XML-RPC and XML-RPC is what the Apache code is > supposed to implement. I thought the whole idea about abstracting the transport layer was breaking the spec. You implement XML-RPC only in the default plugin, the rest is just a framework, a code that does common things and if you support different transports, putting the prolog into message isn't common, because > > You cannot assume that lower protocol doesn't use XML. regards