feed-1.3.2.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 HaskellSafe-Inferred
LanguageHaskell2010

Text.Atom.Feed.Export

Description

Convert from Atom to XML

Documentation

atom_prefix :: Maybe Text #

atom_thr_prefix :: Maybe Text #

atomNS :: Text #

atomThreadNS :: Text #

atomName :: Text -> Name #

atomAttr :: Text -> Text -> Attr #

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

atomLeaf :: Text -> Text -> Element #

atomThreadName :: Text -> Name #

atomThreadAttr :: Text -> Text -> Attr #

atomThreadNode :: Text -> [Node] -> Element #

atomThreadLeaf :: Text -> Text -> Element #

textFeed :: Feed -> Maybe Text #

xmlId :: Text -> Element #

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