html-conduit

Parse HTML documents using xml-conduit datatypes.

https://github.com/snoyberg/xml

Version on this page:1.2.0
LTS Haskell 22.18:1.3.2.2
Stackage Nightly 2024-04-24:1.3.2.2
Latest on Hackage:1.3.2.2

See all snapshots html-conduit appears in

MIT licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:html-conduit-1.2.0@sha256:4b4d4c4ac8a7b205a9d97c690691e62efd3e2cb690888c17ea95dcea16a747c2,1910

Module documentation for 1.2.0

This package uses tagstream-conduit for its parser. It automatically balances mismatched tags, so that there shouldn’t be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags.

Changes

1.2.0

  • Drop system-filepath

1.1.1.2

  • Fix a bug with double-unescaping of entities