joinxmlfiles

1.1.0 • Public • Published

JoinXMLfiles

Merges xml files from a single local directory.

The function receives one argument, the path to a folder, and returns a DOM object.

Usage

const joinxmlfiles = require('joinxmlfiles');
const mergedOutput = joinxmlfiles('./directory/of/xmlfiles/');
console.log(mergedOuput.toString()); // Ouputs merged result as string

Readme

Keywords

Package Sidebar

Install

npm i joinxmlfiles

Weekly Downloads

0

Version

1.1.0

License

GPL-3.0-or-later

Unpacked Size

38.2 kB

Total Files

6

Last publish

Collaborators

  • nullish