Ignore:
Timestamp:
2011-09-12T17:46:13+12:00 (13 years ago)
Author:
sjm84
Message:

Fixing an error with excerptid and also changed GSXML.xmlNodeToString to have a parameter that controls whether or not to print XML text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/PageAction.java

    r22085 r24583  
    7979        // elements but for now, we'll just get it all
    8080        Element collection_list = (Element)GSXML.getChildByTagName(info_response, GSXML.COLLECTION_ELEM+GSXML.LIST_MODIFIER);
    81         logger.debug(GSXML.xmlNodeToString(collection_list));
     81        logger.debug(GSXML.xmlNodeToString(collection_list, false));
    8282        if (collection_list != null) {
    8383            NodeList colls = GSXML.getChildrenByTagName(collection_list, GSXML.COLLECTION_ELEM);
Note: See TracChangeset for help on using the changeset viewer.