in reply to Regular expression to match binary data amoun text data
Here is the input file content:use XML::Simple; my $ref=XMLin( "xml_invalid_char.input" ); print Dumper $ref;
(Some strange char can not past here) The error is: not well-formed (invalid token) at line 1, column 22, byte 23 at /usr/lib/perl5/XML/Parser.pm line 187 Is there a way to let XMLin take in the input?<description>?s«ndjfr?1 S334µµ!</description>
|
|---|