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/oaiaction.cpp

    r21978 r22213  
    212212  end  = params.end();
    213213 
    214   text_t baseURL = this->configuration->getCollectionConfig("", "baseURL");
     214  text_t baseURL = this->configuration->getBaseURL();
    215215
    216216  int version = this->configuration->getOAIVersion();
     
    306306  }
    307307  else {
    308     text_t baseDocRoot = this->configuration->getCollectionConfig("", "baseDocRoot");
     308    text_t baseDocRoot = this->configuration->getBaseDocRoot();
    309309    output << "<?xml-stylesheet type=\"text/xsl\" href=\""<<baseDocRoot<<"/web/style/oai2.xsl\" ?>\n";
    310310    // output OAI v2.0 action header tag
Note: See TracChangeset for help on using the changeset viewer.