This library provides a suite of utilities for interacting with XLIFF 2.x DOMs
The library tries to adhere to the XLIFF specification as closely as possible Specifically the core section.
The XLIFF 1.2 and 2.0 specifications are quite different, so node-xliff currently supports basic document operations on both specifications.
To run the tests, do:
jasmine-node --color --verbose --captureExceptions --autotest test/ --watch .
browserify xliffCreator.js --standalone xliff-creator > dist/xliffBundle.js