Stability | provisional |
---|---|
Maintainer | Sigbjorn Finne <sof@galois.com> |
Safe Haskell | Safe-Inferred |
Text.Atom.Feed.Export
Description
Description: 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