hxt-7.5: A collection of tools for processing XML with Haskell.ContentsIndex
Text.XML.HXT.Parser.XmlParser
Description

Xml Parser: the main parse filter

Version : $Id: XmlParser.hs,v 1.5 20050606 15:57:19 hxml Exp $

Synopsis
module Text.XML.HXT.Parser.XmlParsec
module Text.XML.HXT.Parser.XmlTokenParser
parseXmlDoc :: XmlStateFilter a
substXmlEntities :: XmlFilter
Documentation
module Text.XML.HXT.Parser.XmlParsec
module Text.XML.HXT.Parser.XmlTokenParser
parseXmlDoc :: XmlStateFilter a
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 :: XmlFilter
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.1.0