small script to check XML parser. Remember that PurePerl Parser is buggued and can t handle utf8 correctly
This commit is contained in:
parent
90dee1f3ee
commit
651b075197
1 changed files with 5 additions and 0 deletions
5
misc/migration_tools/check_parser.pl
Executable file
5
misc/migration_tools/check_parser.pl
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
use XML::SAX::ParserFactory;
|
||||
$parser = XML::SAX::ParserFactory->parser();
|
||||
print $parser;
|
Loading…
Reference in a new issue