A library for parsing (possibly malformed) HTML/XML documents http://hackage.haskell.org/package/tagsoup
Go to file
2024-01-05 22:56:01 +01:00
ghc-tagsoup.spec package created by silvan using the webbuild interface [release 0.12.8-1mamba;Sun Sep 08 2013] 2024-01-05 22:56:01 +01:00
README.md package created by silvan using the webbuild interface [release 0.12.8-1mamba;Sun Sep 08 2013] 2024-01-05 22:56:01 +01:00

ghc-tagsoup

TagSoup is a library for parsing HTML/XML. It supports the HTML 5 specification, and can be used to parse either well-formed XML, or unstructured and malformed HTML from the web. The library also provides useful functions to extract information from an HTML document, making it ideal for screen-scraping.