all groups > dotnet xml > may 2007 >
You're in the

dotnet xml

group:

Xmlhttprequest - response to transfer data


Xmlhttprequest - response to transfer data rwiegel NO[at]SPAM iastate.edu
5/21/2007 9:31:05 AM
dotnet xml:
Hi,
I'm trying to find a way to use XMLHttpRequest to recieve an xml file
and then use XMLHttpRequest to send an xml file back based on the xml
file I received. Can anybody help?
Thanks in advance
Re: Xmlhttprequest - response to transfer data Martin Honnen
5/21/2007 6:42:07 PM
[quoted text, click to view]

If you receive XML with XMLHttpRequest then you get a responseXML DOM
document that you can manipulate as needed and pass to the send method
to send it back. Or create a new XML DOM document and send that back by
passing it to the send method.



--

Martin Honnen --- MVP XML
Re: Xmlhttprequest - response to transfer data Dag Sunde
5/22/2007 12:00:00 AM
[quoted text, click to view]

Take a trip over to comp.lang.javascript, and browse thru all posts
concerning the term "AJAX".

--
Dag.


AddThis Social Bookmark Button