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