cxml
cxml copied to clipboard
Advanced schema-aware streaming XML parser
This applies the fix described by @davidspiess in https://github.com/charto/cxml/issues/14 I'd like to use this package, but the XML I'm receiving from an external party sadly tends to have extra things...
If the parser (v.0.1.1) encounters a field which is not part of the xsd, it throws the following error ``` Unhandled rejection TypeError: Cannot read property 'proxy' of undefined at...
I'm very curious what this library does (will do), but the README is currently basically empty. I came across it by accident upon finding `cxsd` which I'm currently trying to...
Hi, There seems to be a bug when parsing 0 values from an array like this from xml: `102` which ends up in a json object like: `values: [1, 2]`...
Hi @jjrv! Is the 0.3.2 release on npm already completely rewritten? If yes, where can i find the documentation on how to use it? I looked into the test directory...
I am trying to install it but with no luck I tried to win 10 / linux mint and in both the following message appears Failed at the [email protected] install...
For XML with XSD-specified default values ([like this](https://github.com/ariutta/GPML/blob/e427899e179919e220280f5cf93948c8d9ae7dc8/GPML2013a.xsd#L68)), I'd like the option to tell cxml to fill in the defaults in the parsed JSON output. Right now, if the attribute...
Having parsed a musicxml document into JSON using cxml. I can update the JSON and render it visually. Can you think a way of exporting the JSON back to musicxml...
Hi, I have the following type in my .xsd file: ` ` Sample xml would be: `>NAME` However the generated _TextType interface has no .content property, so I have no...
can cxml used in browser env? thanks.