New submission from Yugang LIU <liu...@yahoo.cn>:

Hi,

I parse html source with htmlparser. I catch a tag, br, issue. 

my code :
<div>
aaaa<br>
</div>
parse result:
begin tag: div
begin tag: br
end tag: div

So I can't find end tag of 'br'. I know it is invalid text, '<br>', it set 
htmlparser parameter, strict, to 'False', it can't help me also. 

Please help fix it. Thanks.

----------
components: None
messages: 160463
nosy: liuyug
priority: normal
severity: normal
status: open
title: htmlparser with tag br
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14786>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to