# | Line 141 | Line 141 | sub simplexmldoc() | |
---|---|---|
141 | sub parse() | |
142 | { | |
143 | my $self=shift; | |
144 | < | my ($tool,$toolver,$file)=@_; |
145 | < | $self->{tool}=$tool; |
146 | < | $self->{version}=$toolver; |
144 | > | # my ($tool,$toolver,$file)=@_; |
145 | > | my ($file)=@_; |
146 | > | print "FILE: $file","\n"; |
147 | > | |
148 | > | # $self->{tool}=$tool; |
149 | > | # $self->{version}=$toolver; |
150 | $self->verbose("Setup Parse"); | |
151 | # Parse the file: | |
152 | $self->_parser()->parsefile($file); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |