How can I read malformed XML (unencoded entities) with Perl?
- by Mrouge
I'm trying to parse an XML file I get from an external source but am having problems because there are unencoded XML entities in the text nodes.
Essentially, I'm asking the same question as this, but for Perl instead of PHP.
<report>
<company>A & W</company>
<company>Some Other Company with a < in Inc.</company>
</report>