https://github.com/typeable/xsd-parser
XSD parser and haskell types for working with it
https://github.com/typeable/xsd-parser
Last synced: 11 months ago
JSON representation
XSD parser and haskell types for working with it
- Host: GitHub
- URL: https://github.com/typeable/xsd-parser
- Owner: typeable
- License: bsd-3-clause
- Created: 2019-10-02T12:52:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T15:59:52.000Z (about 4 years ago)
- Last Synced: 2025-03-27T05:12:33.765Z (12 months ago)
- Language: Haskell
- Homepage:
- Size: 54.7 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xsd-parser
Library for parsing XML schema files.
# W3C XML Schema 1.1 test suite
The test suite is designed mostly to test validation, but at least we
can check whether we are able to parse all the xsd files from the
test suite. See results [here](xsts.md).