Cmake docbook tests: Check for correct use of namespaces

This commit is contained in:
Kornel Benko 2020-08-22 17:40:34 +02:00
parent 3dccce1411
commit 3e18adc110

View 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);
}