On Tue, 16 Nov 2004 17:29:56 +0100, Marco Bizzarri <m.bizzarri@icube.it> wrote:
I will try this and check... Why the parser does not understand the cdata section?
Just because we didn't add that. There weren't a lot of people using CDATA marked sections in HTML at the time, at least as far as we knew.
Is this a problem in the HTMLTALParser, or in the parser inside python?
It would need to be fixed in the HTMLParser module in Python's standard library. I don't imagine it would actually take much in the way of changes, but it should be considered a new feature, so could not be added until Python 2.5. Feel free to add an issue to the Python bug tracker on SourceForge; you can assign it to me if you like. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> Zope Corporation