Re: HTML File Parsing

2008-12-01 Thread worldgnat
On Oct 28, 3:18 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote: > Felipe De Bene wrote: > > I'm having problems parsing an HTML file with the following syntax : > > > > >     User ID > >     Name > BGCOLOR='#c0c0c0'>Date > > and so on > > > whenever I feed the parser with such file I get the erro

Re: HTML File Parsing

2008-10-30 Thread Felipe De Bene
On Oct 28, 6:18 pm, Stefan Behnel <[EMAIL PROTECTED]> wrote: > Felipe De Bene wrote: > > I'm having problems parsing anHTMLfile with the following syntax : > > > > > User ID > > Name > BGCOLOR='#c0c0c0'>Date > > and so on > > > whenever I feed the parser with such file I get the error

Re: HTML File Parsing

2008-10-28 Thread Stefan Behnel
Felipe De Bene wrote: > I'm having problems parsing an HTML file with the following syntax : > > > User ID > Name BGCOLOR='#c0c0c0'>Date > and so on > > whenever I feed the parser with such file I get the error : > > HTMLParser.HTMLParseError: bad end tag: "", at > line 515, column

HTML File Parsing

2008-10-28 Thread Felipe De Bene
I'm having problems parsing an HTML file with the following syntax : User ID NameDate and so on whenever I feed the parser with such file I get the error : Traceback (most recent call last): File "C:\Documents and Settings\Administrator\My Documents\workspace \thread\src\parser.py