vote up 2 vote down star

I am trying to write my first Erlang application, and I need to parse HTML into some sort of internal format. I have had a look at the merl module, but as far as I can see it is only capable of parsing XML.

When I supply HTML to merl, it chokes on the non symetric tags.

Which library should I be using for this?

flag

1 Answer

vote up 3 vote down

Have just found mochiweb_html. Looks like it does what I want...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.