Changeset 15193 for gsdl/trunk


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

Moved the "protocolVersion" field above the "adminEmail" field, so this validates with the OAI validator. By DL Consulting Ltd.

File:
1 edited

Legend:

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

    r14283 r15193  
    3131  output << "  <repositoryName>"  << repositoryName << "</repositoryName>" << endl;
    3232  output << "  <baseURL>"         << baseURL     << "</baseURL>" << endl; // Tack on the app name
     33  output << "  <protocolVersion>" << version        << "</protocolVersion>" << endl;
    3334  output << "  <adminEmail>"      << maintainer     << "</adminEmail>" << endl;
    34   output << "  <protocolVersion>" << version        << "</protocolVersion>" << endl;
    3535
    3636  if(version == "2.0"){
Note: See TracChangeset for help on using the changeset viewer.