Cookbook/XML
From HaskellWiki
< Cookbook(Difference between revisions)
(smaller headlines) |
|||
| (One intermediate revision not shown.) | |||
| Line 1: | Line 1: | ||
| + | There are multiple libraries available. In my own (limited) experience, I could only get [[HXT]] to do everything I wanted. It does make heavy use of [http://haskell.org/arrows/ Arrows]. | ||
| - | + | == Parsing XML == | |
| - | + | ||
| - | = Parsing XML = | + | |
TODO | TODO | ||
Current revision
There are multiple libraries available. In my own (limited) experience, I could only get HXT to do everything I wanted. It does make heavy use of Arrows.
Parsing XML
TODO
