Skip to content

nullish/joinxmlfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NodeJS package for joining multiple local xml files into a single file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published