首先,我只想说我是xPath的新手,并且在跟随此xPath Tutorial之后我遇到了一些问题,运行了一个由本地w3chools(localhost)使用Aptana Studio提供的示例,这个例子运行良好网站但在localhost中不太好。
当我运行任何example我总是收到此错误时:
未捕获的TypeError:无法调用null
的方法'evaluate'
问题在于:
// code for Chrome, Firefox, Opera, etc.
else if (document.implementation && document.implementation.createDocument) {
var nodes = xml.evaluate(path, xml, null, XPathResult.ANY_TYPE, null);
var result = nodes.iterateNext();