my $parser = XML::Parser->new( Handlers => { Start => sub {$self->startElement(@_);} } );