tagsoup-0.6: Parsing and extracting information from (possibly malformed) HTML documentsSource codeContentsIndex
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
renderTags :: [Tag] -> String
renderTagsOptions :: RenderOptions -> [Tag] -> String
data RenderOptions = RenderOptions {
optEscape :: Char -> String
}
renderOptions :: RenderOptions
Documentation
renderTags :: [Tag] -> StringSource
Show a list of tags, as they might have been parsed
renderTagsOptions :: RenderOptions -> [Tag] -> StringSource
data RenderOptions Source
Constructors
RenderOptions
optEscape :: Char -> String
renderOptions :: RenderOptionsSource
Produced by Haddock version 2.6.0