121 |
|
|
122 |
my $limpl = $Message::DOM::ImplementationRegistry->get_implementation |
my $limpl = $Message::DOM::ImplementationRegistry->get_implementation |
123 |
({ExpandedURI q<fe:Min> => '3.0', |
({ExpandedURI q<fe:Min> => '3.0', |
124 |
|
ExpandedURI q<fe:GenericLS> => '3.0', |
125 |
'+' . ExpandedURI q<DIS:DNLite> => '1.0', |
'+' . ExpandedURI q<DIS:DNLite> => '1.0', |
126 |
'+' . ExpandedURI q<DIS:Core> => '1.0', |
'+' . ExpandedURI q<DIS:Core> => '1.0', |
127 |
'+' . ExpandedURI q<Util:PerlCode> => '1.0', |
'+' . ExpandedURI q<Util:PerlCode> => '1.0', |
311 |
my $pl = daf_generate_perl_test_file ($mod); |
my $pl = daf_generate_perl_test_file ($mod); |
312 |
status_msg qq<done>; |
status_msg qq<done>; |
313 |
|
|
314 |
|
my $cfg = $pl->owner_document->dom_config; |
315 |
|
$cfg->set_parameter (ExpandedURI q<pc:preserve-line-break> => 1); |
316 |
|
|
317 |
my $output; |
my $output; |
318 |
defined $out_file_path |
defined $out_file_path |
319 |
? (open $output, '>', $out_file_path or die "$0: $out_file_path: $!") |
? (open $output, '>', $out_file_path or die "$0: $out_file_path: $!") |
640 |
my $block = $pack->append_new_pc_block; |
my $block = $pack->append_new_pc_block; |
641 |
my @test; |
my @test; |
642 |
|
|
643 |
$tdt_parser ||= $impl->create_gls_parser |
$tdt_parser ||= $limpl->create_gls_parser |
644 |
({ |
({ |
645 |
ExpandedURI q<DIS:TDT> => '1.0', |
ExpandedURI q<DIS:TDT> => '1.0', |
646 |
}); |
}); |