in reply to Using SUPER:: with XML::Handler::Subs?

I don't understand all the logic, but are you intentionally not passing $properties to your superclass method in start_element? Is it expecting it?

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Using SUPER:: with XML::Handler::Subs?

Replies are listed 'Best First'.
Re^2: Using SUPER:: with XML::Handler::Subs?
by Anonymous Monk on Nov 17, 2004 at 18:56 UTC
    Yep, thats what I was missing. Thanks.