Ignore:
Timestamp:
2005-02-15T11:25:50+13:00 (19 years ago)
Author:
mdewsnip
Message:

Removed all XML functions from XMLTools, and changed occurrences to use new functions.

File:
1 edited

Legend:

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

    r8652 r9036  
    7070    this.self = this;
    7171
    72     // Parse the lock file, but do so quietly so that if the XML is poorly formed it doesn't show exception.
    73     document = XMLTools.parse(lock_file, false);
     72    // Parse the lock file
     73    document = XMLTools.parseXMLFile(lock_file);
    7474
    7575    // Creation
Note: See TracChangeset for help on using the changeset viewer.