Copyright | (c) Galois, Inc. 2008, (c) Sigbjorn Finne 2009- |
---|---|
License | BSD3 |
Maintainer | Sigbjorn Finne <sof@forkIO.com> |
Stability | provisional |
Portability | : portable |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
Text.Atom.Feed.Export
Description
Description: Convert from Atom to XML
Convert from Atom to XML
Documentation
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
xmlUpdated :: Date -> Element
xmlPublished :: Date -> Element
xmlRights :: TextContent -> Element
xmlTitle :: TextContent -> Element
xmlSubtitle :: TextContent -> Element
xmlSummary :: TextContent -> Element
xmlTextContent :: String -> TextContent -> Element