Ignore:
Timestamp:
2003-11-20T13:48:25+13:00 (20 years ago)
Author:
kjdon
Message:

each plugin now adds a metadata field to teh doc obj based on the plugin name. For example, if a Word document doc.xml file will end up with metadata name='Word' value=1. You should be able to test for thismetadata and use it in format statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/SRCPlug.pm

    r5680 r5919  
    8282    my ($class) = @_;
    8383    my $self = new BasPlug ($class, @_);
    84    
     84    $self->{'plugin_type'} = "SRC";
    8585    # 14-05-02 To allow for proper inheritance of arguments - John Thompson
    8686    my $option_list = $self->{'option_list'};
Note: See TracChangeset for help on using the changeset viewer.