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/collection/Collection.java

    r24427 r24583  
    507507                Element display_format = (Element) format_element.getFirstChild();
    508508
    509                 String format_string = GSXML.xmlNodeToString(display_format);
     509                String format_string = GSXML.xmlNodeToString(display_format, false);
    510510                String collection_config = directory + "collectionConfig.xml";
    511511                Document config = this.converter.getDOM(new File(collection_config), "UTF-8");
Note: See TracChangeset for help on using the changeset viewer.