John Nagle <[EMAIL PROTECTED]> wrote:

> Strictly speaking, it's Microsoft's fault.
> 
>      title="<!--http://www.microsoft.com/usability/information.mspx->"
> 
> is supposed to be an HTML comment.  But it's improperly terminated.
> It should end with "-->".  So all that following stuff is from what
> follows the next "-->" which terminates a comment.

It is an attribute value, and unescaped angle brackets are valid in 
attributes. It looks to me like a bug in BeautifulSoup.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to