Copyright | (c) Galois Inc. 2008 (c) Sigbjorn Finne 2009- |
---|---|
License | BSD3 |
Maintainer | Sigbjorn Finne <sof@forkIO.com> |
Stability | provisional |
Portability | : portable |
Safe Haskell | None |
Language | Haskell2010 |
Convert from Atom to XML
Documentation
atom_prefix :: Maybe Text Source #
atomThreadNS :: Text Source #
xmlns_atom :: Attr Source #
atomThreadName :: Text -> Name Source #
xmlContent :: EntryContent -> Element Source #
xmlCategory :: Category -> Element Source #
xmlGenerator :: Generator -> Element Source #
xmlContributor :: Person -> Element Source #
xmlInReplyTo :: InReplyTo -> Element Source #
xmlUpdated :: Date -> Element Source #
xmlPublished :: Date -> Element Source #
xmlRights :: TextContent -> Element Source #
xmlTitle :: TextContent -> Element Source #
xmlSubtitle :: TextContent -> Element Source #
xmlSummary :: TextContent -> Element Source #
xmlTextContent :: Text -> TextContent -> Element Source #