W
William
Heya,
I have been looking all over Google for ways to *create* an XML document
using any Javascript object, and it seems that no one has ever tried or
ever needed this.
I want to send the server some info dynamically created on the page, and
instead of sending a complicated GET request with the info, or creating
an XML using my own set of functions, is there any object that allows
you to use the Document Object Model, like adding nodes, etc, and then
output the XML text at the end you could then send to the server? It
seems XMLHttpRequest is only for requests, and I don't want to use
Microsoft-only ActiveX XML objects.
Any idea?
Thanks,
I have been looking all over Google for ways to *create* an XML document
using any Javascript object, and it seems that no one has ever tried or
ever needed this.
I want to send the server some info dynamically created on the page, and
instead of sending a complicated GET request with the info, or creating
an XML using my own set of functions, is there any object that allows
you to use the Document Object Model, like adding nodes, etc, and then
output the XML text at the end you could then send to the server? It
seems XMLHttpRequest is only for requests, and I don't want to use
Microsoft-only ActiveX XML objects.
Any idea?
Thanks,