When running tests, the namespace tag is correctly evaluated by xml2js into an object like: ``` "namespace": { "$": { "xsi:nil": "true" } ``` which is then stringified instead of ignored. Pull request #3 handles this issue and would fix our log output. Thanks!