feed-1.3.0.1: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.
Copyright(c) Galois Inc. 2007-2008
(c) Sigbjorn Finne 2009-
LicenseBSD3
MaintainerSigbjorn Finne <sof@forkIO.com>
Stabilityprovisional
Portability: portable
Safe HaskellNone
LanguageHaskell98

Text.Atom.Feed.Import

Description

Convert from XML to Atom

Documentation

pNodes :: Text -> [Element] -> [Element] Source #

pNode :: Text -> [Element] -> Maybe Element Source #

pQNode :: Name -> [Element] -> Maybe Element Source #

pLeaf :: Text -> [Element] -> Maybe Text Source #

pQLeaf :: Name -> [Element] -> Maybe Text Source #

pAttr :: Text -> Element -> Maybe Text Source #

pAttrs :: Text -> Element -> [Text] Source #

pQAttr :: Name -> Element -> Maybe Text Source #

pMany :: Text -> (Element -> Maybe a) -> [Element] -> [a] Source #

pTextContent :: Text -> [Element] -> Maybe TextContent Source #

pLink :: Element -> Maybe Link Source #