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

Text.HTML.TagSoup.Render

Description

This module is preliminary and may change at a future date. If you wish to use its features, please email me and I will help evolve an API that suits you.

Synopsis

Documentation

renderTags :: [Tag] -> StringSource

Show a list of tags, as they might have been parsed

data RenderOptions Source

Constructors

RenderOptions 

Fields

optEscape :: Char -> String