Hacker News new | ask | show | jobs
by jrockway 4446 days ago
More likely, they'll just write bindings to libxml2.
1 comments

I wrote a libxml2 binding in Haskell (http://hackage.haskell.org/package/libxml-sax). It was an absolute nightmare, in part because handling entities safely requires a lot of hoop-jumping (and I'm not even 100% I caught all the places libxml2 does unsafe stuff).
"absolute nightmare" sounds like you did pretty well for libxml2.