Oliver Block <[EMAIL PROTECTED]> writes:

> I don't know, if this is intended behavior of HTML::Parser or maybe if you 
> have that already on your ToDo list, but HTML::Parser does not call the 
> end_document handler or in other words, there does no end_document event 
> occur, unless you call $p->eof(). Neither after $p->parse($string), nor after 
> $p->parse_file($filename).

This is not supposed to be for parse_file().  It would be helpful if
you try to produce a small test program that demonstrates this.

For parse() this is the expected behaviour.

--Gisle

Reply via email to