Changeset 13024


Ignore:
Timestamp:
2006-10-05T18:11:18+13:00 (18 years ago)
Author:
shaoqun
Message:

made it work for parsing two METS output files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugouts/BasPlugout.pm

    r13013 r13024  
    646646
    647647    $java_class_path = "\"".$java_class_path."\"";
     648
    648649    $xslt_file = "\"".$xslt_file."\"";
     650
    649651    my $cmd = "| java -cp $java_class_path org.nzdl.gsdl.ApplyXSLT $xslt_file ";
    650652
     
    676678  print $xsltwriter "<?DocEnd?>\n";
    677679  close($xsltwriter);
     680
     681  undef $self->{'xslt_writer'};
     682
    678683}
    679684
Note: See TracChangeset for help on using the changeset viewer.