feed-1.3.0.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 HaskellNone
LanguageHaskell98

Text.RSS.Export

Description

 

Documentation

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

qualName :: Text -> Name Source #

textRSS :: RSS -> Maybe Text Source #

xmlSkipHours :: [Integer] -> Element Source #

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

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

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