Ignore:
Timestamp:
2008-04-17T11:51:52+12:00 (16 years ago)
Author:
mdewsnip
Message:

Replaced all instances of "openarchives.com" with "openarchives.com", so the schema validation works. By DL Consulting Ltd.

File:
1 edited

Legend:

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

    r9608 r15192  
    5454      /*
    5555    output << "<" << action->name;
    56     output << "\n       xmlns=\"http://www.openarchives.com/OAI/1.1/OAI_" << action->name << "\" ";
     56    output << "\n       xmlns=\"http://www.openarchives.org/OAI/1.1/OAI_" << action->name << "\" ";
    5757    output << "\n       xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" ";
    5858    output << "\n       xsi:schemaLocation=\"http://www.openarchives.org/OAI/1.1/OAI_" << action->name;
     
    6262    else {
    6363      // output OAI v2.0 action header tag
    64       output << "<OAI-PMH xmlns=\"http://www.openarchives.com/OAI/2.0\"\n"
     64      output << "<OAI-PMH xmlns=\"http://www.openarchives.org/OAI/2.0/\"\n"
    6565         << "         xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
    6666         << "         xsi:schemaLocation=\"http://www.openarchives.org/OAI/2.0/\n"
Note: See TracChangeset for help on using the changeset viewer.