in reply to Re: Re: XML::Parser query
in thread XML::Parser query

This is a documented behaviour of XML::Parser. Please read the docs. Due to its buffering strategy this can happen.

See the review (XML::Parser) for a way to cope with it.