[erlang-questions] BeautifulSoup in Erlang

Pablo Polvorin pablo.polvorin@REDACTED
Thu Apr 16 18:26:35 CEST 2009


Hi,
mochiweb  has an html parser that outputs a simple tree-like struct,
 you can work directly with it, or for simple use cases you could also
like to do xpath over it.

http://github.com/JacobVorreuter/mochixpath/tree/master

see example:

http://ppolv.wordpress.com/2008/05/09/fun-with-mochiwebs-html-parser-and-xpath/

cheers


2009/4/16 Thomas Allen <thomasmallen@REDACTED>:
> Are there any libraries that work like Python's BeautifulSoup
> (allowing selector queries on XML docs) written in Erlang? We're
> indexing some pages at my job, and I'm interested in this being my
> first practical use of Erlang, so I'd appreciate any recommendations.
>
> Thomas Allen
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list