Ignore:
Timestamp:
2011-07-04T10:49:50+12:00 (13 years ago)
Author:
sjm84
Message:

Added more functionality to ArchiveRetrieve, added an additonal parameter to printXMLNode in GSXML that controls whether text nodes are to be printed or not and also made the infodb type of collections more easily accessible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/BerryBasket.java

    r23814 r24221  
    287287    // Get the parameters of the request
    288288    Element param_list = (Element) GSXML.getChildByTagName(request, GSXML.PARAM_ELEM+GSXML.LIST_MODIFIER);
    289        
    290         //GSXML.printXMLNode(param_list);
    291289
    292290    if (param_list == null) {
     
    336334    // Get the parameters of the request
    337335    Element param_list = (Element) GSXML.getChildByTagName(request, GSXML.PARAM_ELEM+GSXML.LIST_MODIFIER);
    338        
    339         //GSXML.printXMLNode(param_list);
    340336
    341337    if (param_list == null) {
     
    375371
    376372    protected Element processItemNum(Element request){
    377         // GSXML.printXMLNode(request);
    378373    Hashtable docsMap = updateDocMap(request);
    379374
     
    489484        // Get the parameters of the request
    490485        Element param_list = (Element) GSXML.getChildByTagName(request, GSXML.PARAM_ELEM+GSXML.LIST_MODIFIER);
    491        
    492         GSXML.printXMLNode(param_list);
    493486       
    494487        if (param_list == null) {
Note: See TracChangeset for help on using the changeset viewer.