[Haskell-cafe] Web processing

Don Stewart dons at galois.com
Sat Aug 2 21:48:16 EDT 2008


jeremy:
> Hello,
> 
> I would recommend using TagSoup:
> 
> http://www-users.cs.york.ac.uk/~ndm/tagsoup/
> 
> The tutorial easy, and has good advice:
> 
> http://www.cs.york.ac.uk/fp/darcs/tagsoup/tagsoup.htm
> 

There's also a wrapper for this, that uses curl+bytestrings for the
download part, and exposes tags, xml and rss/atom parsers for the
content itself,

    http://hackage.haskell.org/cgi-bin/hackage-scripts/package/download-curl

-- Don


More information about the Haskell-Cafe mailing list