Q. PHP 5's new ______ module makes parsing an XML document, well, simple. It turns an XML document into an object that provides structured access to the XML.
Q. loadDoc() function creates an XMLHttpRequest object, adds the function to be executed when the server response is ready, and sends the request off to the server.
Q. ________ function creates an XMLHttpRequest object, adds the function to be executed when the server response is ready, and sends the request off to the server.