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

Text.HTML.TagSoup.Parser

Documentation

data Options Source

Constructors

Options 

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)