Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $encoded_xml = encode('UTF-8', $decoded_xml);
    
    ...Pass $encoded_xml to parser...
    
  2. or download this
    use strict;
    use warnings;
    ...
    ...Try to fix problems with unescaped characters...
    
    ...Pass $encoded_xml to parser...