Re: [Tutor] Question regarding parsing HTML with BeautifulSoup

2007-01-04 Thread Shuai Jiang (Runiteking1)
Hi, Wow, thats much more elegant than the idea I thought of. Thank you very much Kent! Marshall On 1/3/07, Kent Johnson <[EMAIL PROTECTED]> wrote: Shuai Jiang (Runiteking1) wrote: > Hello, > > I'm working on a program that need to parse a financial document on the > internet > using Beautifu

Re: [Tutor] Question regarding parsing HTML with BeautifulSoup

2007-01-03 Thread Kent Johnson
Shuai Jiang (Runiteking1) wrote: > Hello, > > I'm working on a program that need to parse a financial document on the > internet > using BeautifulSoup. Because of the nature of the information, it is all > grouped > as a table. I needed to get 3 types of info and have succeeded quite > well usi

[Tutor] Question regarding parsing HTML with BeautifulSoup

2007-01-03 Thread Shuai Jiang (Runiteking1)
Hello, I'm working on a program that need to parse a financial document on the internet using BeautifulSoup. Because of the nature of the information, it is all grouped as a table. I needed to get 3 types of info and have succeeded quite well using BeautifulSoup, but encountered problems on the t