[erlang-questions] parse html
Bob Ippolito
bob@REDACTED
Sat Apr 24 03:47:05 CEST 2010
On Fri, Apr 23, 2010 at 6:40 PM, Wes James <comptekki@REDACTED> wrote:
> ibrowse works good for getting pages, is there an erlang library that
> parses html? Someone recommended ibrowse for parsing html, but it
> seems to only get html??
There's a mochiweb_html module in mochiweb for that purpose. You might
be able to find something better, but it works for us.
http://code.google.com/p/mochiweb/
-bob
More information about the erlang-questions
mailing list