small script to check XML parser. Remember that PurePerl Parser is buggued and can t handle utf8 correctly

This commit is contained in:
tipaul 2007-05-25 09:33:58 +00:00
parent 90dee1f3ee
commit 651b075197

View file

@ -0,0 +1,5 @@
#!/usr/bin/perl
use XML::SAX::ParserFactory;
$parser = XML::SAX::ParserFactory->parser();
print $parser;