Re: [Tutor] html processing

2006-12-02 Thread Kent Johnson
devayani barve wrote: > I have a table in hmtl and i want to write a program so that I > can insert a column within it.. > Can someone tell me what to use . as in dom??? > Just want to know how to go about it!!! Take a look at Beautiful Soup: http://www.crummy.com/software/BeautifulSoup/docum

Re: [Tutor] html processing

2006-12-02 Thread Christopher Arndt
devayani barve schrieb: > I have a table in hmtl and i want to write a program so that I > can insert a column within it.. > Can someone tell me what to use . as in dom??? > Just want to know how to go about it!!! What do you mean exactly? Do you want to manipulate the HTML document in the bro

[Tutor] html processing

2006-12-02 Thread devayani barve
I have a table in hmtl and i want to write a program so that I can insert a column within it.. Can someone tell me what to use . as in dom??? Just want to know how to go about it!!! Thanks ___ Tutor maillist - Tutor@python.org http://mail.python.o