feed-1.3.2.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
Portability: portable
Safe HaskellNone
LanguageHaskell2010

Text.Atom.Pub.Export

Description

Serializing Atom Publishing Protocol types as XML.

Documentation

mkQName :: Maybe Text -> Text -> Name Source #

mkElem :: Name -> [Attr] -> [Element] -> Element Source #

mkLeaf :: Name -> [Attr] -> Text -> Element Source #

mkAttr :: Text -> Text -> Attr Source #

appNS :: Text Source #

xmlService :: Service -> Element Source #

xmlAccept :: Accept -> Element Source #