hxt-filter-8.4.0: A collection of tools for processing XML with Haskell (Filter variant).

Text.XML.HXT.Parser.XmlParser

Description

Xml Parser: the main parse filter

Synopsis

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