]> git.lyx.org Git - features.git/blobdiff - development/autotests/xmlParser.pl
Update fr.po
[features.git] / development / autotests / xmlParser.pl
index e33cde8d3a91d365e592ae5aeea7000f5702ea8d..d6e6a02c942135b539a922c9d53ee081b96184d0 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use XML::Parser;
 
-my $p1 = XML::Parser->new(Style => 'Debug', ErrorContext => 2);
+my $p1 = XML::Parser->new(Style => 'Debug', ErrorContext => 2, Namespaces => 1);
 for my $arg (@ARGV) {
   $p1->parsefile($arg);
 }