xml_schema_to_json
Version:
npm module to convert xml schemas to json - format
20 lines (15 loc) • 576 B
Markdown
# nodeXmlSchemas
Create a module to convert xml schemas to json - format
### Reference:
<blockquote>
<a href="https://www.npmjs.com/package/xml_schema_to_json">Creating and publishing a node.js module</a>
</blockquote>
### NPM Module:
This is a public npm module shared at:
<blockquote>
<a href="https://www.npmjs.com/package/xml_schema_to_json">https://www.npmjs.com/package/xml_schema_to_json</a>
</blockquote>
### The target:
To create a javaScript converter module to convert xml-schema to javaScript constructor.
### TODO:
Refer to xml2json, node4xml, libxml2...