Robot <[EMAIL PROTECTED]> writes:

> Dear all,

> I need to create a script which will extract the contents of 2 cells
> of an html that contains a specified number of cells.Then I need to
> put that contents in another cells of my own html page.How can i do
> that?Any samples, tutorials, advice?

The tricky bit is parsing HTML.  Chances are good that what you want
for that is BeautifulSoup:

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

Take a look at the examples there and then feel free to ask more
questions.

Jason
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to