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
- Host: GitHub
- URL: https://github.com/i-e-b/saxonnode
- Owner: i-e-b
- Created: 2015-03-04T16:29:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T10:46:34.000Z (about 11 years ago)
- Last Synced: 2025-08-23T04:29:14.699Z (10 months ago)
- Language: JavaScript
- Size: 770 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);