feed-0.3.11.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
Safe HaskellSafe
LanguageHaskell98

Text.RSS.Export

Description

Description: Convert from RSS to XML

Documentation

qualNode :: String -> [Content] -> Element Source

qualName :: String -> QName 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 :: [String] -> Element Source

xmlAttr :: String -> String -> Attr Source

xmlLeaf :: String -> String -> Element Source

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