hxt-filter-8.2.0: A collection of tools for processing XML with Haskell (Filter variant).Source codeContentsIndex
Text.XML.HXT.Parser.XmlParser
Description
Xml Parser: the main parse filter
Synopsis
parseXmlDoc :: XmlStateFilter a
substXmlEntities :: XmlFilter
Documentation
parseXmlDoc :: XmlStateFilter aSource
The monadic parser for a whole document. input must be a root node with a single text child. Error messages are issued and global error state is set.
substXmlEntities :: XmlFilterSource
Filter for substitution of all occurences of the predefined XML entites quot, amp, lt, gt, apos by equivalent character references
Produced by Haddock version 2.3.0