[erlang-questions] xmerl/xpath alternatives?

Сергей Прохоров seriy.pr@REDACTED
Fri Aug 16 20:45:52 CEST 2013


A little outdated, but anyway, you can use HTML/XML parser from Mochiweb
https://github.com/mochi/mochiweb/blob/master/src/mochiweb_html.erl and
XPath implementation for it's tree https://github.com/retnuh/mochiweb_xpath

They are much faster, than xmerl and don't produce any atoms (uses
binaries).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130816/1e1fd1ac/attachment.htm>


More information about the erlang-questions mailing list