internet explorer - What is msxml used for except ajax in javascript? -


as know, creating dom features of msxml used xml document response ajax requests internet explorer , version of msxml used can specified passing string of version name of msxml activexobject constructor, follows:

var ajaxobject = new activexobject("msxml2.xmlhttp"); 

in view of web client(browser), ajax process ie thing uses msxml feature know, above. anywhere else msxml used web client except ajax??


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -