Ignore:
Timestamp:
2006-08-30T16:59:00+12:00 (18 years ago)
Author:
mdewsnip
Message:

Removed the unnecessary CollectionDesignManager.XMLStringToDOM() function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/DownloadPane.java

    r12529 r12620  
    270270        }
    271271
    272         StringBuffer xml = Utility.readXMLStream(input_stream);
    273             document = CollectionDesignManager.XMLStringToDOM(xml,download_name);
     272            document = XMLTools.parseXML(input_stream);
    274273    }
    275274    catch (Exception error) {
Note: See TracChangeset for help on using the changeset viewer.