Ignore:
Timestamp:
2013-06-27T16:57:35+12:00 (11 years ago)
Author:
sjm84
Message:

Need to store xpath data from the collectionConfig for debug purposes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/collection/Collection.java

    r27705 r27716  
    3535import org.greenstone.gsdl3.util.GSFile;
    3636import org.greenstone.gsdl3.util.GSXML;
     37import org.greenstone.gsdl3.util.GSXSLT;
    3738import org.greenstone.gsdl3.util.OAIXML;
     39import org.greenstone.gsdl3.util.SimpleMacroResolver;
    3840import org.greenstone.gsdl3.util.UserContext;
    3941import org.greenstone.gsdl3.util.XMLTransformer;
     
    117119
    118120        Element coll_config_xml = loadCollConfigFile();
     121        GSXSLT.modifyCollectionConfigForDebug(coll_config_xml);
    119122        Element build_config_xml = loadBuildConfigFile();
    120123
Note: See TracChangeset for help on using the changeset viewer.