[Haskell-cafe] XML parser recommendation?

Henning Thielemann lemming at henning-thielemann.de
Mon Oct 22 08:09:56 EDT 2007


On Mon, 22 Oct 2007, Ketil Malde wrote:

> I'm wondering what approach others use for non-toy XML data. Is the
> problem due to some error I have made, or should I just ignore the
> XML, and just parse it "manually" by dissecting bytestrings, or will
> another XML library serve better?

HXT uses Parsec, which is strict.


More information about the Haskell-Cafe mailing list