@hackage / polysoup

Online XML parsing with polyparse and tagsoup

Latest0.6.4

About

Metadata

  • Last updated , by JakubWaszczuk
  • License BSD-3-Clause
  • Categories XML
  • Maintained by: waszczuk.kuba@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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.