[Koha-cvs] koha/misc/migration_tools check_parser.pl

paul poulain paul at koha-fr.org
Fri May 25 11:33:58 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	paul poulain <tipaul>	07/05/25 09:33:58

Added files:
	misc/migration_tools: check_parser.pl 

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

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/migration_tools/check_parser.pl?cvsroot=koha&rev=1.1

Patches:
Index: check_parser.pl
===================================================================
RCS file: check_parser.pl
diff -N check_parser.pl
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ check_parser.pl	25 May 2007 09:33:58 -0000	1.1
@@ -0,0 +1,5 @@
+ #!/usr/bin/perl
+ 
+use XML::SAX::ParserFactory;
+$parser = XML::SAX::ParserFactory->parser();
+print $parser;
\ No newline at end of file





More information about the Koha-cvs mailing list