msxml
- 网络解析器
msxml
-
The reasons are generated by the MSXML parser .
而这些错误原因是由MSXML解析器生成的。
-
In a nutshell , this code tries to create the object using one version of MSXML ; if that fails , it then creates the object using the other version .
这两行代码基本上就是尝试使用一个版本的MSXML创建对象,如果失败则使用另一个版本创建该对象。
-
MSXML actually has two different versions floating around depending on the version of JavaScript technology installed in Internet Explorer , so you 've got to write code that handles both cases .
根据InternetExplorer中安装的JavaScript技术版本不同,MSXML实际上有两种不同的版本,因此必须对这两种情况分别编写代码。
-
While researching how to clarify this topic , I began thinking about how XSLT processors ( such as Xalan , Saxon , or MSXML ) really work .
在寻求如何澄清这一问题时,我开始思考XSLT处理程序(如Xalan、Saxon或MSXML)到底是如何工作的。