how do I receive the posted xml document? I plan on using the XMLHttpRequest object to send the xml document to the .asp application, but how do I code the part of actually receiving the xml document?
For non-xml posting, like using Forms, I know that it's:
x = Request.Form("variable")
But the xml posting, it's not the same(or at least I don't think it is). Any ideas?
