You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var doc = domino.createDocument("<div><table class='infobox biota'></table></div>");
var select = xpath.useNamespaces({"x": "http://www.w3.org/1999/xhtml"});
var nodes = select("//x:table[contains(@class,'infobox')]", doc);
TypeError: Cannot call method 'indexOf' of undefined
at Object.Functions.contains (/home/stephen/dev/wmf/restbase/mobileapps/node_modules/xpath/xpath.js:3436:25)
at FunctionCall.evaluate (/home/stephen/dev/wmf/restbase/mobileapps/node_modules/xpath/xpath.js:2320:11)
at PathExpr.evaluate (/home/stephen/dev/wmf/restbase/mobileapps/node_modules/xpath/xpath.js:1673:24)
at PathExpr.predicateMatches (/home/stephen/dev/wmf/restbase/mobileapps/node_modules/xpath/xpath.js:1973:17)
at PathExpr.evaluate (/home/stephen/dev/wmf/restbase/mobileapps/node_modules/xpath/xpath.js:1958:15)
at XPath.evaluate (/home/stephen/dev/wmf/restbase/mobileapps/node_modules/xpath/xpath.js:1215:25)
at XPathExpression.evaluate (/home/stephen/dev/wmf/restbase/mobileapps/node_modules/xpath/xpath.js:4124:26)
at Object.exports.selectWithResolver (/home/stephen/dev/wmf/restbase/mobileapps/node_modules/xpath/xpath.js:4313:26)
at /home/stephen/dev/wmf/restbase/mobileapps/node_modules/xpath/xpath.js:4305:18
at Object.removeInfobox (/home/stephen/dev/wmf/restbase/mobileapps/lib/transforms.js:53:15)
at buildInfobox (/home/stephen/dev/wmf/restbase/mobileapps/routes/mobile-html-sections.js:84:23)
at buildLead (/home/stephen/dev/wmf/restbase/mobileapps/routes/mobile-html-sections.js:100:18)
at /home/stephen/dev/wmf/restbase/mobileapps/routes/mobile-html-sections.js:140:30
at tryCatcher (/home/stephen/dev/wmf/restbase/mobileapps/node_modules/bluebird/js/main/util.js:24:31)
at Promise._settlePromiseFromHandler (/home/stephen/dev/wmf/restbase/mobileapps/node_modules/bluebird/js/main/promise.js:582:31)
at Promise._settlePromiseAt (/home/stephen/dev/wmf/restbase/mobileapps/node_modules/bluebird/js/main/promise.js:727:18)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: