使用纯JS的node.js中的XML转换?

我一直在试图find一个基于node.js的XML转换工具,以取代使用msxsl.exe或mono-xmltool.exe。

我曾尝试在Win8 x64上使用node.js 0.12安装gulp-xslt和xsl-transform。 但是,由于“node_xslt”和“node-gyp”中的错误而导致无法安装。

gyp ERR! configure error gyp ERR! stack Error: spawn C:\tools\pyhton2 ENOENT gyp ERR! stack at exports._errnoException (util.js:746:11) gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1046:32) gyp ERR! stack at child_process.js:1137:20 gyp ERR! stack at process._tickCallback (node.js:355:11) gyp ERR! System Windows_NT 6.3.9600 gyp ERR! command "node" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" gyp ERR! cwd C:\test\node_modules\xsl-transform\node_modules\node_xslt gyp ERR! node -v v0.12.1 gyp ERR! node-gyp -v v1.0.2 gyp ERR! not ok npm ERR! Windows_NT 6.3.9600 npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "xsl-transform" npm ERR! node v0.12.1 npm ERR! npm v2.5.1 npm ERR! code ELIFECYCLE npm ERR! node_xslt@0.1.9 preinstall: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node_xslt@0.1.9 preinstall script 'node-gyp rebuild'. npm ERR! This is most likely a problem with the node_xslt package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get their info via: npm ERR! npm owner ls node_xslt npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! C:\test\npm-debug.log 

任何想法? 谢谢