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

Safe HaskellNone
LanguageHaskell2010

Text.OPML.Stream.Render

Contents

Description

Streaming renderer for the OPML 2.0 standard.

Synopsis

Renderers

renderOpmlHead :: Monad m => OpmlHead -> Source m Event

Render the <head> section.

renderOpmlOutline :: Monad m => Tree OpmlOutline -> Source m Event

Render an <outline> section.

renderOpml :: Monad m => Opml -> Source m Event

Render the top-level <opml> section.