feed-0.3.9.2: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.
Text.RSS.Export
Description
Description: Convert from RSS to XML
qualNode :: String -> [Content] -> ElementSource
qualName :: String -> QNameSource
xmlRSS :: RSS -> ElementSource
xmlChannel :: RSSChannel -> ElementSource
xmlItem :: RSSItem -> ElementSource
xmlSource :: RSSSource -> ElementSource
xmlEnclosure :: RSSEnclosure -> ElementSource
xmlCategory :: RSSCategory -> ElementSource
xmlGuid :: RSSGuid -> ElementSource
xmlImage :: RSSImage -> ElementSource
xmlCloud :: RSSCloud -> ElementSource
xmlTextInput :: RSSTextInput -> ElementSource
xmlSkipHours :: [Integer] -> ElementSource
xmlSkipDays :: [String] -> ElementSource
xmlAttr :: String -> String -> AttrSource
xmlLeaf :: String -> String -> ElementSource
mb :: (a -> b) -> Maybe a -> [b]Source