File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Converting XML Schema to Haskell datatype
2
2
3
+ [ ![ Build Status] ( https://api.travis-ci.org/mgajda/json-autotype.svg?branch=master )] ( https://travis-ci.org/mgajda/xml-typelift )
4
+
3
5
XML TypeLift will allow to use XML Schema to create Haskell data type and parser for it.
4
6
5
7
That will allow us to easily handle large XML Schemas like Office OpenXML made by Microsoft.
@@ -19,6 +21,3 @@ It is part of DataHaskell initiative on type providers in Haskell.
19
21
* We will use Haskell code generation like [ ` json-autotype ` ] ( http://github.com/mgajda/json-autotype )
20
22
* Sample schemas will be put into ` test/ ` directory
21
23
22
- ## Little help from build system
23
-
24
- [ ![ Build Status] ( https://api.travis-ci.org/mgajda/json-autotype.svg?branch=master )] ( https://travis-ci.org/mgajda/xml-typelift )
You can’t perform that action at this time.
0 commit comments