Ignore:
Timestamp:
2009-04-20T15:31:19+12:00 (15 years ago)
Author:
kjdon
Message:

updated the location of the stylesheet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/oaiservr/oaiaction.cpp

    r18893 r19124  
    307307  else {
    308308    text_t baseDocRoot = this->configuration->getCollectionConfig("", "baseDocRoot");
    309     output << "<?xml-stylesheet type=\"text/xsl\" href=\""<<baseDocRoot<<"/images/oai2.xsl\" ?>\n";
     309    output << "<?xml-stylesheet type=\"text/xsl\" href=\""<<baseDocRoot<<"/web/style/oai2.xsl\" ?>\n";
    310310    // output OAI v2.0 action header tag
    311311    output << "<OAI-PMH xmlns=\"http://www.openarchives.org/OAI/2.0/\"\n"
Note: See TracChangeset for help on using the changeset viewer.