Skip to content

RobeeeJay/libxsltjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libxsltjs

libxslt bindings for node.js

Credits

Based heavily on the work of Brian Suh and his node_xslt module. https://github.com/bsuh/node_xslt

IMPORTANT

This is very much a WIP, I'm just trying to get compatibility with the parts of node-xslt I was using to work, before I worry about anything else.

Use at your own risk!!!

INSTALLATION

npm install libxsltjs

IF you cloned it from Github then you need to go to the module's directory and run this:

node-gyp configure build

Include it in your node project with:

var xslt = require("libxsltjs");

About

libxslt bindings for v8 javascript engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published