Index of /ports_www/py-beautifulsoup30

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 07-Jun-2010 13:17 678 [   ] distinfo 28-May-2011 14:15 145 [TXT] pkg-descr 14-Jan-2010 06:14 630 [   ] pkg-plist 07-Jun-2010 13:17 253
Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance
into a tree representation. It provides methods and Pythonic idioms
that make it easy to search and modify the tree.

A well-formed XML/HTML document will yield a well-formed data
structure. An ill-formed XML/HTML document will yield a
correspondingly ill-formed data structure. If your document is only
locally well-formed, you can use this library to find and process the
well-formed part of it. The BeautifulSoup class has heuristics for
obtaining a sensible parse tree in the face of common HTML errors.

WWW: http://www.crummy.com/software/BeautifulSoup/