hxt-7.4: A collection of tools for processing XML with Haskell.Source codeContentsIndex
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 Text.XML.HXT.Parser.HtmlParser or other modules

Documentation
substHtmlEntities :: XmlFilterSource
parseHtmlText :: String -> XmlFilterSource
parseHtmlDocument :: String -> String -> XmlTreesSource
parseHtmlContent :: String -> XmlTreesSource
isEmptyHtmlTag :: String -> BoolSource
isInnerHtmlTagOf :: String -> String -> BoolSource
emptyHtmlTags :: [String]Source
Produced by Haddock version 2.3.0