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