opml-conduit-0.8.0.0: Streaming parser/renderer for the OPML 2.0 format.

Safe HaskellNone
LanguageHaskell2010

Text.OPML.Conduit.Render

Contents

Description

Streaming renderer for the OPML 2.0 standard.

Synopsis

Renderers

renderOpmlHead :: Monad m => OpmlHead -> ConduitT () Event m () Source #

Render the <head> section.

renderOpmlOutline :: Monad m => Tree OpmlOutline -> ConduitT () Event m () Source #

Render an <outline> section.

renderOpml :: Monad m => Opml -> ConduitT () Event m () Source #

Render the top-level <opml> section.