fast-tagsoup

Fast Haskell tagsoup parser


Keywords
library, xml, Propose Tags, , Index, Text.HTML.TagSoup.Fast, fast-tagsoup-1.0.14.tar.gz, browse, Package description, Package maintainers, VladimirShabanov, edit package information
License
BSD-3-Clause
Install
cabal install fast-tagsoup-1.0.14

Documentation

fast-tagsoup

Fast Haskell tagsoup parser.

Speeds of 20-200MB/sec were observed.

Works only with strict bytestrings.

This library is intended to be used in conjunction with the original tagsoup package:

import Text.HTML.TagSoup hiding (parseTags, renderTags)
import Text.HTML.TagSoup.Fast

Besides speed fast-tagsoup correctly handles HTML <script> and <style> tags, converts tags to lower case and can dett non UTF-8 XML for you.

This parser is used in production in BazQux Reader feeds and comments crawler.

Use cabal install fast-tagsoup to get it.