Index: trunk/install/perl/getxml2db.pl =================================================================== --- trunk/install/perl/getxml2db.pl (リビジョン 1) +++ trunk/install/perl/getxml2db.pl (リビジョン 18) @@ -68,4 +68,5 @@ s/\"\/>/\" /i; s/\"[\s]/\";\n/gio; +s/\'/\\'/gio; s/\"/\'/gio; s/[\w]*=/\$item{$&}=/gio;