@krlwlfrt/xsdco
Version:
XSD converter
16 lines (9 loc) • 891 B
Markdown
# @krlwlfrt/xsdco
[](https://gitlab.com/krlwlfrt/xsdco/commits/master)
[](https://npmjs.com/package/@krlwlfrt/xsdco)
[](https://opensource.org/licenses/MIT)
[](https://krlwlfrt.gitlab.io/xsdco)
Library to generate TypeScript code from an XSD and parse an XML according to the XSD.
Use `extract` or `extractFromFile` to extract a data description from an XSD and `parseXML` to parse an XML according to the extracted data description.
## Documentation
[See documentation](https://krlwlfrt.gitlab.io/xsdco/) for detailed description of usage.