Skip to content

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

License

Notifications You must be signed in to change notification settings

DataHaskell/xml-typelift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Converting XML Schema to Haskell datatype

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published