https://github.com/johansenja/xfiles
https://github.com/johansenja/xfiles
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johansenja/xfiles
- Owner: johansenja
- Created: 2021-03-17T19:24:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-22T10:05:57.000Z (over 4 years ago)
- Last Synced: 2025-01-10T08:59:13.303Z (9 months ago)
- Language: TypeScript
- Size: 799 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# X-Files
Parse XSD files to create an XML parser scaffold, which can then be used to parse XML files at runtime.
The parser scaffold generator also generates .d.ts files to provide Typescript support.## Structure
The project is split up into its 2 main parts: the runtime XML parser (in `./runtime_parser`; formerly [cxml](https://github.com/charto/cxml/)), and the
parser generator for parsing XSD files (in `./parser_scaffold_generator`; formerly [cxsd](https://github.com/charto/cxsd/)).