Copyright | (c) Galois Inc. 2008 (c) Sigbjorn Finne 2009- |
---|---|
License | BSD3 |
Maintainer | Sigbjorn Finne <sof@forkIO.com> |
Stability | provisional |
Portability | : portable |
Safe Haskell | Safe |
Language | Haskell98 |
Text.Atom.Feed.Export
Description
Description: Convert from Atom to XML
Convert from Atom to XML
Documentation
atom_prefix :: Maybe String #
atomThreadNS :: String #
xmlns_atom :: Attr #
atomThreadName :: String -> QName #
atomThreadAttr :: String -> String -> Attr #
atomThreadNode :: String -> [Content] -> Element #
atomThreadLeaf :: String -> String -> Element #
xmlContent :: EntryContent -> Element #
xmlCategory :: Category -> Element #
xmlGenerator :: Generator -> Element #
xmlContributor :: Person -> Element #
xmlInReplyTo :: InReplyTo -> Element #
xmlInReplyTotal :: InReplyTotal -> Element #
xmlUpdated :: Date -> Element #
xmlPublished :: Date -> Element #
xmlRights :: TextContent -> Element #
xmlTitle :: TextContent -> Element #
xmlSubtitle :: TextContent -> Element #
xmlSummary :: TextContent -> Element #
xmlTextContent :: String -> TextContent -> Element #