Changeset 15194


Ignore:
Timestamp:
2008-04-17T12:37:27+12:00 (16 years ago)
Author:
mdewsnip
Message:

Added an empty metadataNamespace tag for the rfc1807 metadata format, so it validates with the OAI validator. By DL Consulting Ltd.

File:
1 edited

Legend:

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

    r8219 r15194  
    5151  output << "    <metadataPrefix>rfc1807</metadataPrefix>" << endl;
    5252  output << "    <schema>http://www.openarchives.org/OAI/1.1/rfc1807.xsd</schema>" << endl;
    53  
    5453  // N.B.: no namespace for this format
     54  output << "    <metadataNamespace></metadataNamespace>" << endl;
     55
    5556  return true;
    5657}
Note: See TracChangeset for help on using the changeset viewer.