Issue1541638

classification
Title: SGMLParser Problem
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: cgroves
Priority: normal Keywords:

Created on 2006-08-16.23:26:15 by anonymous, last changed 2006-09-06.23:56:33 by cgroves.

Messages
msg1207 (view) Author: Nobody/Anonymous (nobody) Date: 2006-08-16.23:26:15
I tried parsing an html page. The page had the
following line:
<!img src="/~oaa/images/oaa.gif" alt="Open Agent
Architecture" border=0 >

The parser breaks with the following error message:
unexpected '0' char in declaration

It seems to be a bug.
msg1208 (view) Author: Charlie Groves (cgroves) Date: 2006-09-06.23:56:33
Logged In: YES 
user_id=1174327

This sounds like a bug in the SGMLParser.  I'd check it
against the version in CPython.  If it isn't there, you
could try using the newer version from there.
History
Date User Action Args
2006-08-16 23:26:15anonymouscreate