Archive of UserLand's first discussion group, started October 5, 1998.

Re: FAQ: Do you love Microsoft?

Author:Jim Roepcke
Posted:2/27/1999; 10:46:54 PM
Topic:Mail to the Future Server Functionality
Msg #:3337 (In response to 3317)
Prev/Next:3336 / 3338

Why do you need specific hooks for XML-RPC functionality on a browser that supports client-side scripting and the DOM? Can't you use JavaScript and the DOM (ie: reflowing DHTML layers) to make the HTTP requests and get the results?

You may not be able to put XML in the body of the RPC request, but there's no reason why the parameters you pass to the server need to be in XML, unless they are deeply hierarchical. Even if you need to send an array to the server, you can do that with simply HTTP GET.

The response, yeah, that you want in XML, so that you can use the XML parser to get at the returned data.

Jim




This page was archived on 6/13/2001; 4:48:11 PM.

© Copyright 1998-2001 UserLand Software, Inc.