feed-0.3.11.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 HaskellSafe
LanguageHaskell98

Text.Atom.Feed.Import

Description

Description: Convert from XML to Atom

Convert from XML to Atom

Documentation

pNodes :: String -> [Element] -> [Element] Source

pQNodes :: QName -> [Element] -> [Element] Source

pNode :: String -> [Element] -> Maybe Element Source

pQNode :: QName -> [Element] -> Maybe Element Source

pLeaf :: String -> [Element] -> Maybe String Source

pQLeaf :: QName -> [Element] -> Maybe String Source

pAttr :: String -> Element -> Maybe String Source

pAttrs :: String -> Element -> [String] Source

pQAttr :: QName -> Element -> Maybe String Source

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

children :: Element -> [Element] Source

pPerson :: Element -> Maybe Person Source

pSource :: Element -> Source Source

pLink :: Element -> Maybe Link Source

pEntry :: Element -> Maybe Entry Source