newb: BeautifulSoup

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Fri Sep 21 04:02:41 EDT 2007


En Fri, 21 Sep 2007 00:04:50 -0300, crybaby <joemystery123 at gmail.com>  
escribi�:

> I need to traverse a html page with big table that has many row and
> columns.  For example, how to go 35th td tag and do regex to retireve
> the content.  After that is done, you move down to 15th td tag from
> 35th tag (35+15) and do regex to retrieve the content?

See the examples at the BeautifulSoup page
http://www.crummy.com/software/BeautifulSoup/

-- 
Gabriel Genellina




More information about the Python-list mailing list