BSD-3-Clause licensed by yihuang
Maintained by [email protected]
This version can be pinned in stack with:tagstream-conduit-0.5.5.3@sha256:7471797006c2762f048dece0a0d40a112aada2e0931eeeed72ed9f4733d2d805,2247

Tag-stream is a library for parsing HTML//XML to a token stream. It can parse unstructured and malformed HTML from the web. It also provides an Enumeratee which can parse streamline html, which means it consumes constant memory. You can start from the `tests/Tests.hs` module to see what it can do.