Merge xml files with the root node
$ npm install --save xmlappend
$ xmlappend --help
Merge xml files with the root node
Reads xml from stdin and appends it to target file if root node is the same.
Will fail otherwise.
Usage
$ xmlappend <target-file>
Examples
$ eslint --format jslint-xml | xmlappend final-report.xml
$ stylelint --custom-formatter './jslint-xml.js' '**/*.css' | xmlappend final-report.xml
Node.js >= 6
Apache-2.0 © Eugene Datsky