|
Hello café,
Provided what I read, HaXml seems to be the recommended library for parsing XML files (I'm trying to browse and alter spreadsheets (ODS) and possibly release a package when I'm done), is there somewhere tutorials on how to use it? I used 'xml' package by the past, but HaXml is more substantial. Thanks. _______________________________________________ Haskell-Cafe mailing list [hidden email] http://www.haskell.org/mailman/listinfo/haskell-cafe |
|
I don't know much about HaXml, but HXT is based on it and comes with a tutorial: I also show some basic functionality of HXT in this blog post: I'm curious to hear how HaXml compares to HXT / HXML / TagSoup. Adit On Sun, Mar 25, 2012 at 1:34 AM, Yves Parès <[hidden email]> wrote: Hello café, adit.io _______________________________________________ Haskell-Cafe mailing list [hidden email] http://www.haskell.org/mailman/listinfo/haskell-cafe |
|
Thanks!
Apparently some also have problems to find tutorials/help with HaXml [1]. > I'm curious to hear how HaXml compares to HXT / HXML / TagSoup. I'm curious too. I've read that HXML is old and not longer maintained. I believe besides the rewriting of the API to use arrows, HaXml adds checking capabilities like use of RelaxNG. [1] http://stackoverflow.com/questions/6082350/how-to-access-some-xml-data-with-haskell-using-haxml Le 25 mars 2012 11:06, aditya bhargava <[hidden email]> a écrit :
_______________________________________________ Haskell-Cafe mailing list [hidden email] http://www.haskell.org/mailman/listinfo/haskell-cafe |
| Powered by Nabble | Edit this page |
