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 2008-03-24 17:03:38-07 by bq in response to 7418
Re: Error Messages

Your response helped. I am now able to pinpoint the specific strings in the XML files that are causing the errors. However, I can't yet understand why it's causing the parser to fail.

The XML files have embedded &#32 entities in the data elements. Every space in every data element has been rewritten to &#32. I can't yet associate any specific context that causes the failure but not every instance of the &#32 fails (only 1 or 2 out of several hundred in the file). Strangely, in the specific instances where I do get a failure I can substitute a literal space and prevent the failure for just that specific instance. If I try and replace every &#32 with a literal space the parser has even more problems.

Any ideas ??

Direct Responses: Write a response