feed-1.0.0.0: 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
Safe HaskellSafe
LanguageHaskell98

Text.RSS.Export

Description

Description: Convert from RSS to XML

Documentation

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

qualName :: Text -> Name Source #

xmlRSS :: RSS -> Element Source #

xmlItem :: RSSItem -> Element Source #

xmlSource :: RSSSource -> Element Source #

xmlGuid :: RSSGuid -> Element Source #

xmlImage :: RSSImage -> Element Source #

xmlCloud :: RSSCloud -> Element Source #

xmlSkipHours :: [Integer] -> Element Source #

xmlSkipDays :: [Text] -> Element Source #

xmlAttr :: Text -> Text -> Attr Source #

xmlLeaf :: Text -> Text -> Element Source #

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