On Mon, May 07, 2007 at 05:14:16PM -0000, Milan Andric wrote: > Wow, interact() is very cool. Now I just need to find write one that > does a similar thing with html body and the local img srcs recursively > on files within a directory. Is there a library that parses html > pages, I'm sure there is, but one that you recommend?
There is one in the Python Standard Library[1], but I haven't used it. Perhaps someone else on the list has. Nate [1] http://docs.python.org/lib/module-HTMLParser.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

