tagsoup-0.6: Parsing and extracting information from (possibly malformed) HTML documents

Text.HTML.TagSoup.Parser

Documentation

data ParseOptions Source

Constructors

ParseOptions 

Fields

optTagPosition :: Bool

Should TagPosition values be given before every item

optTagWarning :: Bool

Should TagWarning values be given

optLookupEntity :: String -> [Tag]

How to lookup an entity

optMaxEntityLength :: Maybe Int

The maximum length of an entities content (Nothing for no maximum, default to 10)