html-conduit-1.3.2.2: Parse HTML documents using xml-conduit datatypes.
Safe HaskellNone
LanguageHaskell2010

Text.HTML.DOM

Synopsis

Documentation

eventConduit :: Monad m => ConduitT ByteString Event m () Source #

Converts a stream of bytes to a stream of properly balanced Events.

Note that there may be multiple (or not) root elements. sinkDoc addresses that case.