node_xslt
node_xslt copied to clipboard
a simple XSLT addon for node
``` /usr/include/nodejs/deps/v8/include/v8.h:4485:34: note: no known conversion for argument 1 from ‘v8::Handle(const int&) {aka v8::Local(const int&)}’ to ‘v8::Isolate*’ /usr/include/nodejs/deps/v8/include/v8.h:4489:34: note: candidate: static v8::Local v8::FunctionTemplate::New(v8::Isolate*, v8::FunctionCallback, v8::Local, v8::Local, int, v8::ConstructorBehavior) static Local...
I have tried adding this package on my meteor app but was ended up with some issue. when i integrated this module (meteor npm install node_xslt) the error was similar...
I' ve just installed node.js v0.8.6. After that I open a cmd.exe and I write: npm install node_xslt I'got the following errors: npm http GET https://registry.npmjs.org/node_xslt npm http 304 https://registry.npmjs.org/node_xslt...
``` make: *** [Release/obj.target/node_xslt/node_xslt.o] Error 1 make: Leaving directory `/home/enketo/test/node_modules/node_xslt/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)...
Would be nice if we could capture internal warnings (and errors). In particular output generated by `a warning message`.
Functions only take UTF-8 encoding string, so can't handler XML data like '', i must iconv XML string to UTF-8 and change the XML header encoding to UTF-8, too terrible.
Hello. I'm trying to install node_xslt on MacOS 10.7.5 but it doesn't seem to work. The logs of the command : sudo npm install node_xslt npm http GET https://registry.npmjs.org/node_xslt npm...
node-waf has been dropped in favor of node-gyp