Changeset 3107 for trunk/gsdl


Ignore:
Timestamp:
2002-04-29T12:42:27+12:00 (22 years ago)
Author:
jrm21
Message:

fixed problem where documents after a "bad" document would not be
read properly. We now clean up properly after a bad document.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/XMLPlug.pm

    r2896 r3107  
    9797        print $outhandle "$plugin_name failed to process $file ($msg)\n";
    9898    }
     99    # reset ourself for the next document
     100    $self->{'section_level'}=0;
    99101    return undef;
    100102    }
Note: See TracChangeset for help on using the changeset viewer.