http://www.perlmonks.org?node_id=590373


in reply to Re^4: Parsing XML with XML::Simple
in thread Parsing XML with XML::Simple

So you are suggesting that the XML::Simple file is post-processed in some fashion to insert extra information? The fix in that case is to pre-process the file at the other end to remove said extra information. Alternatively the code using XML::Simple to generate the file might be modified to insert the extra information in a compliant fashion. At this point it depends rather on your data flow and processes.


DWIM is Perl's answer to Gödel