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

Text.HTML.TagSoup.Tree

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

tagTree :: [Tag] -> [TagTree]Source

Convert a list of tags into a tree. This version is not lazy at all, that is saved for version 2.