sglai has asked for the wisdom of the Perl Monks concerning the following question:
use XML::Pastor; $pastor = XML::Pastor->new(); $pastor->generate( mode =>'offline', style => 'multiple', schema=>'my. +xsd', class_prefix=>'MyApp::Data', destination=>'.');
Can't locate object method "effectiveAttributes" via package "XML::Pas +tor::Schema::SimpleType" at...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: xml-pastor runtime error?
by ramrod (Priest) on Mar 07, 2009 at 16:34 UTC | |
|
Re: xml-pastor runtime error?
by kennethk (Abbot) on Mar 07, 2009 at 15:41 UTC | |
|
Re: xml-pastor runtime error?
by Anonymous Monk on Jun 09, 2009 at 15:33 UTC |