Re: Extract Information from Tables in html

2008-09-05 Thread Stefan Behnel
Hi, Jackie Wang wrote: > Here is a html code: > > > > Premier Community Bank of Southwest Florida > > Fort Myers, FL > > > > My question is how I can extract the strings and get the results: > Premier Community Bank of Southwest Florida; Fort Myers, FL Use lxml.h

Re: Extract Information from Tables in html

2008-09-05 Thread Peter Pearson
On Fri, 5 Sep 2008 11:35:14 -0300, Walter Cruz <[EMAIL PROTECTED]> wrote: > On Fri, Sep 5, 2008 at 11:29 AM, Jackie Wang <[EMAIL PROTECTED]> wrote: >> Here is a html code: >> >> >> >> Premier Community Bank of Southwest Florida >> >> Fort Myers, FL >> >> >> >> My question

Re: Extract Information from Tables in html

2008-09-05 Thread Walter Cruz
On Fri, Sep 5, 2008 at 11:29 AM, Jackie Wang <[EMAIL PROTECTED]> wrote: > Dear all, > > Here is a html code: > > > > Premier Community Bank of Southwest Florida > > Fort Myers, FL > > > > My question is how I can extract the strings and get the results: > Premier Communit

Extract Information from Tables in html

2008-09-05 Thread Jackie Wang
Dear all, Here is a html code: Premier Community Bank of Southwest Florida Fort Myers, FL My question is how I can extract the strings and get the results: Premier Community Bank of Southwest Florida; Fort Myers, FL Thanks a lot Jackie -- http://mail.python.org/