khovorka wrote:Is it possible to pass the XML to the local PC for the person who came to our website and have the XML processed on their local PC rather than on the Shared Server.
It's what the 'X' in AJAX actually stands for. Browser implementations of JavaScript have a full library of methods and objects for working with XML data. That's assuming you don't want to just send an XML file as the page with an XSLT to reformat it as HTML on the browser.
I am curious if it is possible to do a REST application with Javascript as well.
Well yes, it's just a matter of constructing URLs and requesting them. JavaScript can certainly do that.
Since all this is about doing processing on the client, I'll move this to the clientside forum.