I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-08-29 06:27:12-07 by grantm in response to 5980
Re: 'Inavlid entity' errors when parsing XML

I'm guessing that you may be running into a buffering bug in XML::SAX::PurePerl. Try installing the XML::SAX::Expat module which will then be used instead of the PurePerl parser.

If that doesn't work then try and provide the smallest test data that exposes the bug.

PS: www.perlmonks.org is a better place for asking questions like this

Direct Responses: 5999 | Write a response