in src/util/xml-helpers.js [236:239]
function findChild (node, parent) { const matches = parent.findall(String(node.tag)); return matches.find(m => module.exports.equalNodes(node, m)); }