Ignore:
Timestamp:
2010-03-03T14:59:22+13:00 (14 years ago)
Author:
kjdon
Message:

adding code to provide a URL in a dc.identifier field to link to the document. half finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/oaiservr/metaformat.h

    r18895 r21761  
    2626  virtual bool scan_metadata(ostream &output, const text_t &collection, 
    2727                 ResultDocInfo_t &docInfo, bool doOutput);
     28  virtual bool output_custom_metadata(ostream &output, outconvertclass &outconvert, bool &headerDone, const text_t &collection,
     29                   ResultDocInfo_t &docInfo);
     30  text_t get_metadata_value(ResultDocInfo_t &docInfo, const text_t &meta_name);
     31  void get_metadata_values(ResultDocInfo_t &docInfo, const text_t &meta_name, text_tarray & values);
    2832  oaiconfig *    oaiConfigure;
    2933
Note: See TracChangeset for help on using the changeset viewer.