Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 713 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 713 Bytes

Converting XML Schema to Haskell datatype

Build Status

XML TypeLift will allow to use XML Schema to create Haskell data type and parser for it.

That will allow us to easily handle large XML Schemas like Office OpenXML made by Microsoft.

It is part of DataHaskell initiative on type providers in Haskell.

Team

How?

  • XML Schema parser:
    • TagSoup
    • HXT
  • We will use Haskell code generation like json-autotype
  • Sample schemas will be put into test/ directory