[issue7114] HTMLParser doesn't handle <![CDATA[ ... ]]>

Fredrik Lundh report at bugs.python.org
Thu Mar 11 14:57:00 CET 2010


Fredrik Lundh <fredrik at effbot.org> added the comment:

And to clarify, XHTML is an reformulation of HTML4 using XML syntax, so you should use an XML parser to parse it, not an HTML parser.  The formats are related, but not identical.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7114>
_______________________________________


More information about the Python-bugs-list mailing list