Ignore:
Timestamp:
2018-10-23T18:51:35+13:00 (6 years ago)
Author:
ak19
Message:

Related to previous commit: had previously made one of the changes to defunct version of a method instead of its newer active version. Previous commit message: GS SQL Plugout now writes its docobj contents (if any) and structure into docsql.xml instead of doc.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugouts/GreenstoneXMLPlugout.pm

    r32533 r32534  
    9494        $outhandler = $self->{'group_outhandler'};
    9595    } else {
    96         $output_file = &FileUtils::filenameConcatenate($self->{'output_dir'}, $doc_dir, "doc.xml");
     96        $output_file = $self->get_output_file($doc_dir); #&FileUtils::filenameConcatenate($self->{'output_dir'}, $doc_dir, "doc.xml");
    9797        # open the new handle
    9898        $self->open_xslt_pipe($output_file, $self->{'xslt_file'});
     
    235235    }
    236236    }
    237     $self->{'short_doc_file'} = &FileUtils::filenameConcatenate($doc_dir, "doc.xml"); 
     237    $self->{'short_doc_file'} = $self->get_short_doc_file($doc_dir); #&FileUtils::filenameConcatenate($doc_dir, "doc.xml"); 
    238238   
    239239    $self->store_output_info_reference($doc_obj);   
Note: See TracChangeset for help on using the changeset viewer.