Portability | portable |
---|---|
Stability | stable |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
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
isEmptyHtmlTag :: String -> BoolSource
isInnerHtmlTagOf :: String -> String -> BoolSource
closesHtmlTag :: String -> String -> BoolSource