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