Re: [Tutor] Extract information from an HTML table

2005-08-04 Thread David Holland
Danny,   Thanks for that I will give a go and see how it works.   David Yahoo! Messenger NEW - crystal clear PC to PC calling worldwide with voicemail ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Extract information from an HTML table

2005-08-03 Thread Danny Yoo
On Wed, 3 Aug 2005, David Holland wrote: > I would like to do the following. I have an HTML document with a table > with 2 columns. I would like to write a program to join the 2 columns > together, ideally with same font etc. Ie get all the information between > and and the next and and put

[Tutor] Extract information from an HTML table

2005-08-03 Thread David Holland
Hi All, I would like to do the following.  I have an HTML document with a table with 2 columns.I would like to write a program to join the 2 columns together, ideally with same font etc.Ie get all the information between and and the next and and put it together.  Does anyone have any idea on ho