xml-1.3.7: A simple XML library.
Source code
Contents
Index
Text.XML.Light.Input
Portability
portable
Stability
provisional
Maintainer
Iavor S. Diatchki <diatchki@galois.com>
Description
Lightweight XML parsing
Synopsis
parseXML
::
XmlSource
s => s -> [
Content
]
parseXMLDoc
::
XmlSource
s => s ->
Maybe
Element
Documentation
parseXML
::
XmlSource
s => s -> [
Content
]
Source
parseXML to a list of content chunks
parseXMLDoc
::
XmlSource
s => s ->
Maybe
Element
Source
parseXMLDoc, parse a XMLl document to maybe an element
Produced by
Haddock
version 2.4.2