@hackage polysoup0.6.4

Online XML parsing with polyparse and tagsoup

The library provides combinators for lazy, incremental XML parsing. Parsing results are generated lazily and the input is read on demand.

It is built on top of the tagsoup library, which is responsible for preliminary tokenization of an XML input, and the polyparse library, which provides primitives for lazy and incremental parsing.

To use the library import the Text.XML.PolySoup module.