XSD parser and haskell types for working with it
Go to file
2022-01-24 15:59:52 +00:00
src Fix a numeber of minor parser failures (#11) 2020-02-17 11:43:31 +03:00
test Fix a numeber of minor parser failures (#11) 2020-02-17 11:43:31 +03:00
xsdtests@281a411222 Integrate W3C XML Schema 1.1 test suite (#8) 2020-02-13 16:21:18 +03:00
xsts-test Fix a numeber of minor parser failures (#11) 2020-02-17 11:43:31 +03:00
.gitmodules Integrate W3C XML Schema 1.1 test suite (#8) 2020-02-13 16:21:18 +03:00
LICENSE Initial 2019-09-20 14:04:24 +03:00
README.md Integrate W3C XML Schema 1.1 test suite (#8) 2020-02-13 16:21:18 +03:00
xsd-parser.cabal Bump base upper bound. 2022-01-24 15:58:30 +00:00
xsts.md Fix a numeber of minor parser failures (#11) 2020-02-17 11:43:31 +03:00

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.