Kom Ru wrote: > New to erlang and erlyweb. Wondering if anyone knows how to do screen > scraping with erlyweb or erlang in general. Is there something like > www::mechanize or an HTML/XML parser like Beautiful Soup for erlang? > I looked through the documentation and couldn't find anything > specifically addressing this. Thanks
I don't think there's anything to do screen scraping per se. Someone please prove me wrong on this. The closest I can think of is xmerl. See http://www.erlang.org/doc/apps/xmerl/index.html it's hiding under the "Interface and Communication Applications" section of the manual which is why you may have missed it. Jeff. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlyweb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en -~----------~----~----~----~------~----~------~--~---
