1.1.0 • Published 1 year ago

joinxmlfiles v1.1.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

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
1.1.0

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago