feed-0.3.8: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.

Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>

Text.Atom.Feed.Export

Description

Description: Convert from Atom to XML

Documentation

atom_prefix :: Maybe String

atom_thr_prefix :: Maybe String

atomNS :: String

atomThreadNS :: String

xmlns_atom :: Attr

atomName :: String -> QName

atomAttr :: String -> String -> Attr

atomNode :: String -> [Content] -> Element

atomLeaf :: String -> String -> Element

atomThreadName :: String -> QName

atomThreadAttr :: String -> String -> Attr

atomThreadNode :: String -> [Content] -> Element

atomThreadLeaf :: String -> String -> Element

xmlFeed :: Feed -> Element

xmlEntry :: Entry -> Element

xmlContent :: EntryContent -> Element

xmlCategory :: Category -> Element

xmlLink :: Link -> Element

xmlSource :: Source -> Element

xmlGenerator :: Generator -> Element

xmlAuthor :: Person -> Element

xmlContributor :: Person -> Element

xmlPerson :: Person -> [Content]

xmlInReplyTo :: InReplyTo -> Element

xmlId :: String -> Element

xmlIcon :: URI -> Element

xmlLogo :: URI -> Element

xmlUpdated :: Date -> Element

xmlPublished :: Date -> Element

xmlRights :: TextContent -> Element

xmlTitle :: TextContent -> Element

xmlSubtitle :: TextContent -> Element

xmlSummary :: TextContent -> Element

xmlTextContent :: String -> TextContent -> Element

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