imm-1.4.0.0: Execute arbitrary actions for each unread element of RSS/Atom feeds
Imm.XML.Conduit
Description
Implementation of Imm.XML based on Conduit.
Conduit
newtype XmlParser Source #
A pre-process Conduit can be set to alter the raw XML before feeding it to the parser, depending on the feed URI
URI
Constructors
mkHandle :: MonadIO m => MonadCatch m => XmlParser -> Handle m Source #
Conduit based implementation
defaultXmlParser :: XmlParser Source #
Forward all Events without any pre-process
Event
module Imm.XML