Re: possible bug in HTML::Parser comment handler

Gisle Aas (gisle@activestate.com)
12 Jan 2001 13:07:07 -0800


Dave <dave.olszewski@andover.net> writes:

> I have solved the problem I was having thanks to the info here.  All I had
> to do was pass is_cdata as an arg to the handler and only print if it was
> false.

The downside of this approach is that the content of <xmp> elements is
not printed.  But this tag is anyway not official HTML any more.

Regards,
Gisle