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 |
Description: Convert from Atom to XML
Convert from Atom to XML
Documentation
xmlns_atom :: Attr Source
atomThreadName :: String -> QName Source
atomThreadAttr :: String -> String -> Attr Source
atomThreadNode :: String -> [Content] -> Element Source
atomThreadLeaf :: String -> String -> Element 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 :: String -> TextContent -> Element Source