In xml.js > var tree = xmllite.parseString(b) should be replaced as > var tree = xmllite.parseString(b.replace(/\n/g,''))
In xml.js
should be replaced as