Bug-fix release of htmldata, fixes error when parsing whitespace inside tags.

Description of the htmldata module, from its PyPI site:

  http://cheeseshop.python.org/pypi/htmldata/

"Extract and modify HTML/CSS URLs, translate HTML documents <-> list data 
structures.

The htmldata module allows one to translate HTML documents back and forth to 
list data structures.
This allows for programmatic reading and writing of HTML documents, with much 
flexibility.

Functions are also available for extracting and/or modifying all URLs present 
in the HTML or
stylesheets of a document.

I have found this library useful for writing robots, for "wrapping" all of the 
URLs on websites
inside my own proxy CGI script, for filtering HTML, and for doing flexible 
wget-like mirroring.

It keeps things as simple as possible, so it should be easy to learn.

Supports XHTML, too."

Connelly Barnes
http://www.connellybarnes.com/


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to