XML-Simple - Re: 'Inavlid entity' errors when parsing XML

Posted on Wed Aug 29 09:27:12 2007 by grantm in response to 5980 (See the whole thread of 3)
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