Changeset 23825 for main


Ignore:
Timestamp:
2011-03-28T10:52:39+13:00 (13 years ago)
Author:
sjm84
Message:

Phase two of commiting the files changed to extend the DSpace exporting capabilities to include more than just dublin core metadata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/inexport.pm

    r23767 r23825  
    394394    my $xslt_txt         = $self->{'xslt_txt'};
    395395    my $fedora_namespace = $self->{'fedora_namespace'};
     396    my $metadata_prefix  = $self->{'metadata_prefix'};
    396397
    397398    if ($inexport_mode eq "import") {
     
    528529    push @$plugout,("-fedora_namespace",$fedora_namespace) if (defined $fedora_namespace && $fedora_namespace ne "");
    529530    }
    530 
     531   
     532    if ($plugout_name eq "DSpacePlugout") {
     533    push @$plugout,("-metadata_prefix",$metadata_prefix) if (defined $metadata_prefix && $metadata_prefix ne "");   
     534    }
    531535
    532536    my $processor = &plugout::load_plugout($plugout);                       
Note: See TracChangeset for help on using the changeset viewer.