| 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 |
Text.Atom.Feed.Export
Description
Convert from Atom to XML
Documentation
atom_prefix :: Maybe Text #
atomThreadNS :: Text #
xmlns_atom :: Attr #
atomThreadName :: Text -> Name #
atomThreadAttr :: Text -> Text -> Attr #
atomThreadNode :: Text -> [Node] -> Element #
atomThreadLeaf :: Text -> Text -> 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 :: Text -> TextContent -> Element #