Skip to content

chrishokamp/node-xliff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published