An open API service indexing awesome lists of open source software.

https://github.com/i-e-b/saxonnode

Saxon-CE running under Node.js; Experimental
https://github.com/i-e-b/saxonnode

Last synced: 2 months ago
JSON representation

Saxon-CE running under Node.js; Experimental

Awesome Lists containing this project

README

          

This is horrible cludgery. Stay well away!

If you ignored the warning above, use like this:

var transform = require('Saxon');
var xmlStringResult = TransformFromStrings(xmlStrDoc,xmlStrTemplate);