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

HTML Parsec Parser

Version : $Id: HtmlParsec.hs,v 1.11 20061208 11:48:20 hxml Exp $

This parser tries to interprete everything as HTML no errors are emitted during parsing. If something looks weired, warning messages are inserted in the document tree

all filter are pure XmlFilter, errror handling and IO is done in HtmlParser or other modules

Documentation
substHtmlEntities :: XmlFilter
parseHtmlText :: String -> XmlFilter
parseHtmlDocument :: String -> String -> XmlTrees
parseHtmlContent :: String -> XmlTrees
xhtmlEntities :: [(String, Int)]
Produced by Haddock version 0.8