I'm using CGI for my web application. The client side sends me XML (XMLHttpRequest). Is there a way to capture this request dirctly to an XML object that I can manipulate using XPath for example and not as a string and using
.
In reply to XMLhttp
by hotshot