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 c
I don't know much about HaXml, but HXT is based on it and comes with a
tutorial:
http://www.haskell.org/haskellwiki/HXT
I also show some basic functionality of HXT in this blog post:
http://adit.io/posts/2012-03-10-building_a_concurrent_web_scraper_with_haskell.html
I'm curious to hear how HaXm
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 sub
I am (at last!) looking to implement an XML namespace processing filter for
HaXml, having completed the various structural changes needed to carry
namespace information in the content model.
The basic idea is to process a document such that:
(a) all xmlns:xx='xxuri' attributes are removed
(b) al