[Haskell-cafe] Re: HTML library with DOM?

Johannes Waldmann waldmann at imn.htwk-leipzig.de
Wed Oct 6 17:41:44 EDT 2010


> is there an HTML parsing library that creates a DOM from a page?

tagsoup produces trees ( http://hackage.haskell.org/package/tagsoup )

I use it with hxt ( http://hackage.haskell.org/package/hxt )
to tree-walk HTML pages.

J.W.




More information about the Haskell-Cafe mailing list