Copyright | Copyright (C) 2005 Uwe Schmidt |
---|---|
License | MIT |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
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
parseHtmlContent :: String -> XmlTrees Source #
isEmptyHtmlTag :: String -> Bool Source #
emptyHtmlTags :: [String] Source #