@hackage tag-stream0.1.0

streamlined html tag parser

Tag-stream is a library for parsing HTMLXML 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 `testsTests.hs` to see what it can do.