feed-1.3.0.1: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.
Copyright(c) Galois Inc. 2008
(c) Sigbjorn Finne 2009-
LicenseBSD3
MaintainerSigbjorn Finne <sof@forkIO.com>
Stabilityprovisional
Portability: portable
Safe HaskellNone
LanguageHaskell98

Text.Atom.Feed.Export

Description

Convert from Atom to XML

Documentation

atom_prefix :: Maybe Text Source #

atom_thr_prefix :: Maybe Text Source #

atomNS :: Text Source #

atomName :: Text -> Name Source #

atomAttr :: Text -> Text -> Attr Source #

atomNode :: Text -> [Node] -> Element Source #

atomLeaf :: Text -> Text -> Element Source #

atomThreadAttr :: Text -> Text -> Attr Source #

atomThreadLeaf :: Text -> Text -> Element Source #

textFeed :: Feed -> Maybe Text Source #

xmlId :: Text -> Element Source #

mb :: (a -> b) -> Maybe a -> [b] Source #