xml-1.3.13: A simple XML library.

Portabilityportable
Stabilityprovisional
MaintainerIavor S. Diatchki <diatchki@galois.com>
Safe HaskellSafe-Inferred

Text.XML.Light.Input

Description

Lightweight XML parsing

Synopsis

Documentation

parseXML :: XmlSource s => s -> [Content]

parseXML to a list of content chunks

parseXMLDoc :: XmlSource s => s -> Maybe Element

parseXMLDoc, parse a XMLl document to maybe an element