Changeset 25651


Ignore:
Timestamp:
2012-05-23T16:49:21+12:00 (12 years ago)
Author:
sjm84
Message:

xmlNodeToString will always print text now

File:
1 edited

Legend:

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

    r25635 r25651  
    8888        // elements but for now, we'll just get it all
    8989        Element collection_list = (Element) GSXML.getChildByTagName(info_response, GSXML.COLLECTION_ELEM + GSXML.LIST_MODIFIER);
    90         logger.debug(GSXML.xmlNodeToString(collection_list, false));
     90        logger.debug(GSXML.xmlNodeToString(collection_list));
    9191        if (collection_list != null)
    9292        {
Note: See TracChangeset for help on using the changeset viewer.