hxt-8.3.1: A collection of tools for processing XML with Haskell.Source codeContentsIndex
Text.XML.HXT.Parser.HtmlParsec
Portabilityportable
Stabilitystable
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description

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
parseHtmlText :: String -> XmlTree -> XmlTreesSource
parseHtmlDocument :: String -> String -> XmlTreesSource
parseHtmlContent :: String -> XmlTreesSource
isEmptyHtmlTag :: String -> BoolSource
isInnerHtmlTagOf :: String -> String -> BoolSource
closesHtmlTag :: String -> String -> BoolSource
emptyHtmlTags :: [String]Source
Produced by Haddock version 2.4.2