23 Jul
2004
23 Jul
'04
9:13 p.m.
From: Fred Drake [mailto:fdrake@gmail.com]
Anyway, as I said I have seen this problem myself, and it occurred entirely within the browser (without any CDATA sections) - no server
You got an exception from the Python HTMLParser module from a browser? That's pretty interesting!
It's a custom browser ... No, seriously, the code is all javascript, running as a standalone app in a browser. I got unexpected results (not, of course, from a Python module!) in the output of document.write(), which I was able to fix by breaking up the strings at the "</". At least, that's how I remember it now, four months later. Cheers, Tom P