I m trying to use the node.js module xml2js
My code is quite simple:
function testparse(pathname, callback) { var parser = require(\'xml2js\').Pa
You might want to try console.log(util.inspect(result, false, null)), which should display the whole result.
console.log(util.inspect(result, false, null))