Ignore:
Timestamp:
2010-06-01T15:11:40+12:00 (14 years ago)
Author:
kjdon
Message:

changes to methods of oaiconfig

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/oaiservr/oaidispatcher.cpp

    r21980 r22213  
    6262    else {
    6363      // output OAI v2.0 action header tag
    64       text_t baseDocRoot = this->configuration->getCollectionConfig("", "baseDocRoot");
     64      text_t baseDocRoot = this->configuration->getBaseDocRoot();
    6565      output << "<?xml-stylesheet type=\"text/xsl\" href=\""<<baseDocRoot<<"/web/style/oai2.xsl\" ?>\n";   
    6666      output << "<OAI-PMH xmlns=\"http://www.openarchives.org/OAI/2.0/\"\n"
Note: See TracChangeset for help on using the changeset viewer.