hxt-7.5: A collection of tools for processing XML with Haskell.ContentsIndex
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
substHtmlEntities :: XmlFilter
parseHtmlText :: String -> XmlFilter
parseHtmlDocument :: String -> String -> XmlTrees
parseHtmlContent :: String -> XmlTrees
isEmptyHtmlTag :: String -> Bool
isInnerHtmlTagOf :: String -> String -> Bool
closesHtmlTag :: String -> String -> Bool
emptyHtmlTags :: [String]
Produced by Haddock version 2.1.0