Ignore:
Timestamp:
2004-10-12T04:28:14+13:00 (20 years ago)
Author:
cs025
Message:

Made softer support for metadata formats - no longer map to the OAI-
specific namespace, but just use the metadata prefix (e.g. dc rather
than oai_dc). Also resorted to separating the namespace and field
of the OAI (output) fields in the main.cfg file to be separated using
a period or dot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/oaiservr/metaformat.cpp

    r8219 r8276  
    1515  }
    1616
    17   return this->oaiConfigure->getMapping(collection, collectionField, this->formatName());
     17  return this->oaiConfigure->getMapping(collection, collectionField, this->formatPrefix());
    1818}
    1919
Note: See TracChangeset for help on using the changeset viewer.