imm-1.2.1.0: Execute arbitrary actions for each unread element of RSS/Atom feeds

Safe HaskellNone
LanguageHaskell98

Imm.XML.Simple

Description

Simple interpreter to parse XML into Feed, based on Conduit.

Synopsis

Documentation

type PreProcess m = URI -> Conduit Event m Event Source #

A Conduit to alter the raw XML before feeding it to the parser, depending on the feed URI

defaultPreProcess :: Monad m => PreProcess m Source #

Default pre-process always forwards all Events