XPathEvaluator在IE 9中不起作用

时间:2011-07-19 07:23:54

标签: javascript debugging xpath cross-browser internet-explorer-9

XPathEvaluator无法在IE 9中运行。 你能否告诉我替换它的新方法。

谢谢, 与Hemant

1 个答案:

答案 0 :(得分:0)

使用MSXML XPath APIselectSingleNode方法:

xmlDoc.selectSingleNode("//book/author");