> 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.


_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to