chrishokamp / node-xliff

some simple utilities for creating XLIFF files from text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node XLIFF

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.

About the XLIFF specification

The XLIFF 1.2 and 2.0 specifications are quite different, so node-xliff currently supports basic document operations on both specifications.

Testing

To run the tests, do: jasmine-node --color --verbose --captureExceptions --autotest test/ --watch .

Browserify

browserify xliffCreator.js --standalone xliff-creator > dist/xliffBundle.js

About

some simple utilities for creating XLIFF files from text


Languages

Language:JavaScript 100.0%