Xpath accept slightly malformed xml (html)

This commit is contained in:
Alfred Berg 2021-05-13 17:36:50 +02:00
parent a3b873fd96
commit 5001adf221
1 changed files with 0 additions and 6 deletions

View File

@ -52,12 +52,6 @@ class XPathExpression extends Operation {
try {
doc = new xmldom.DOMParser({
errorHandler: {
warning(w) {
throw w;
},
error(e) {
throw e;
},
fatalError(e) {
throw e;
}