473,511 Members | 15,503 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Xmlhttprequest - response to transfer data

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

May 21 '07 #1
2 3211
rw*****@iastate.edu wrote:
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?
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
http://JavaScript.FAQTs.com/
May 21 '07 #2
rw*****@iastate.edu wrote:
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
Take a trip over to comp.lang.javascript, and browse thru all posts
concerning the term "AJAX".

--
Dag.

May 22 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2118
by: Benedikt Wismans | last post by:
Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7) Gecko/20040630 Dear group, below is a simple XML request. It works fine, the only problem is that Mozilla dos not quit the data transfer mode...
6
18224
by: Chris Smith | last post by:
This is a bit of a weird problem. Unfortunately, I can't reproduce it in a simple example, so I can only poke it out there and see if anyone has seen something similar. I have a script that...
76
3959
by: kwilder | last post by:
This works, but it doesn't load the latest version of the xml if it was just modified without closing and reopening the browser. Here's the scenario: I have an xml doc called results.xml. It...
1
6762
by: dave | last post by:
I want to design/develop an windows application (C#) that can query multiple websites (XmlHttpRequest), call number of 3rd party external webservices (SOAP) and parse/process the data and display...
10
11302
by: test | last post by:
Hi, I want to asynchronously recieve large amount of data using XMLHTTPRequest. If it is possible, I would like to make a progress bar to show the user how the process is going. According to...
1
4013
by: geevaa | last post by:
http://www.phpbuilder.com/columns/kassemi20050606.php3 XMLHttpRequest and AJAX for PHP programmers James Kassemi Introduction: Although the concept isn't entirely new, XMLHttpRequest...
1
792
by: rwiegel | last post by:
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...
2
4974
by: Wizfrog | last post by:
Hello, I'm working with a pretty large XML file, but I really only need to display a few things that requires quite a few transforms. I already limited to the transforms to the data i need to...
0
7138
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7353
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7418
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5662
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5063
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3222
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3212
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1572
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
781
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.