node-libxml-xsd
node-libxml-xsd copied to clipboard
XSD validation for node.js using libxml.
This seems to be due to an npm issue. See https://github.com/npm/npm/issues/16824 As a workaround you can downgrade npm. For example: `npm i -g [email protected]` and try again.
@albanm The package.json seems not updated in npm registry, libxmljs-mt is using 0.16.1 but not 0.18 in v0.5.2.
Please see the well documented error here: https://stackoverflow.com/questions/45165249/using-libxml-xsd-in-an-electron-app-fails-with-bindings-error
We have been facing issues while installing the libxml-xsd package. Error in console: `gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "python", you can set the...
if using the "choice" tag in the xsd gives an "Invalid XSD schema" error. using this as test:
This test schema fails at this line `` while trying to load, and emits warnings and errors like this `I/O warning : failed to load external entity "xml.xsd"` and `Schemas...
At require line I get this error: ``` Error: /home/datarocket/datarocket.hub/src/datapipeline/sharedCode/node_modules/libxmljs-mt/build/Release/xmljs.node: invalid ELF header datarocket.hub-1 at Error (native) ``` My operating sys is windows 64bit.
Please check this snippet, the library has a memory leak. ``` var Xsd = require('libxml-xsd'); // v0.5.1 leaks var schema = [ '', ' ', ' ', ' ' ].join('');...
I try to read the XLIFF schema, here is the XSD http://docs.oasis-open.org/xliff/v1.2/cs02/xliff-core-1.2-strict.xsd (saved here as a [gist](https://gist.github.com/timaschew/cc98028ea35439bedcfb)) I get this (output and) error, when I try to read it via...
run: ``` sh npm install libxml-xsd ``` Error: ``` sh drom@drom:~/work/a> npm install libxml-xsd - > [email protected] install /home/drom/work/a/node_modules/libxml-xsd/node_modules/libxmljs > node-gyp rebuild gyp: /usr/lib64/node_modules/npm/node_modules/node-gyp/addon-rpm.gypi not found (cwd: /home/drom/work/a/node_modules/libxml-xsd/node_modules/libxmljs) while reading...