| ||||||||
| ||||||||
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 | ||||||||
Produced by Haddock version 2.7.2 |