NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I'm doing something all wrong... (Score:2)
XML::SAX::Intro contains the following example:
I've got almost exactly that, with MySAXHandler defined as a subclass of XML::SAX::Base with no overridden methods, and I get:
Can't locate object method "parse_uri" via package "XML::SAX::ParserFactory"I'm sure I'll figure this out somehow...
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:I'm doing something all wrong... (Score:2)
And here it is! Typo in the docs; instead of calling the
newmethod of theXML::SAX::ParserFactoryclass, you're supposed to call theparsermethod, according to theXML::SAX::ParserFactoryPOD.J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Reply to This
Parent