标签: javascript debugging xpath cross-browser internet-explorer-9
XPathEvaluator无法在IE 9中运行。 你能否告诉我替换它的新方法。
谢谢, 与Hemant
答案 0 :(得分:0)
使用MSXML XPath API的selectSingleNode方法:
selectSingleNode
xmlDoc.selectSingleNode("//book/author");