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', |
210 |
unless (defined $ModuleSourceDISDocument{$module_uri}) { |
unless (defined $ModuleSourceDISDocument{$module_uri}) { |
211 |
daf_open_source_dis_document ($module_uri); |
daf_open_source_dis_document ($module_uri); |
212 |
} |
} |
|
daf_convert_dis_document_to_dnl_document (); |
|
213 |
} |
} |
214 |
return daf_get_referring_module_uri_list ($module_uri); |
return daf_get_referring_module_uri_list ($module_uri); |
215 |
}, |
}, |
310 |
my $pl = daf_generate_perl_test_file ($mod); |
my $pl = daf_generate_perl_test_file ($mod); |
311 |
status_msg qq<done>; |
status_msg qq<done>; |
312 |
|
|
313 |
|
my $cfg = $pl->owner_document->dom_config; |
314 |
|
$cfg->set_parameter (ExpandedURI q<pc:preserve-line-break> => 1); |
315 |
|
|
316 |
my $output; |
my $output; |
317 |
defined $out_file_path |
defined $out_file_path |
318 |
? (open $output, '>', $out_file_path or die "$0: $out_file_path: $!") |
? (open $output, '>', $out_file_path or die "$0: $out_file_path: $!") |
639 |
my $block = $pack->append_new_pc_block; |
my $block = $pack->append_new_pc_block; |
640 |
my @test; |
my @test; |
641 |
|
|
642 |
$tdt_parser ||= $impl->create_gls_parser |
$tdt_parser ||= $limpl->create_gls_parser |
643 |
({ |
({ |
644 |
ExpandedURI q<DIS:TDT> => '1.0', |
ExpandedURI q<DIS:TDT> => '1.0', |
645 |
}); |
}); |