
http
Get flash to fully experience Pearltrees
This week I've been playing with TagSoup , a Haskell library by Neil Mitchell and Henning Thielemann "for extracting information out of unstructured HTML code, sometimes known as tag-soup". This article introduces the basic usage of TagSoup, and discusses the functional approach to mining XML-like data. Name: TagSoup Version: darcs as at June 9, 2007; prior to release version 0.2 Functionality: Parsing possibly malformed HTML/XML Inputs: String (also includes a URL -> IO String helper function) License: BSD3

