- or download this
<?xml version="1.0"?>
<DocumentRoot>
<Element Attr="Bär" />
</DocumentRoot>
- or download this
use XML::DOM;
my $file = @ARGV[0];
...
}
$doc->printToFile($file."_out");
exit;
- or download this
<?xml version="1.0"?>
<DocumentRoot>
<Element Attr="Bär"/>
</DocumentRoot>
- or download this
parsefile() failed:
not well-formed (invalid token) at line 3, column 17, byte 54 at /usr/
+lib/perl5/XML/Parser.pm line 187