in reply to Re: perl xml parsing
in thread perl xml parsing

this doesn't work either. I get could not find ParserDetails.ini in C:/Perl/site/lib/XML/SAX

Replies are listed 'Best First'.
Re^3: perl xml parsing
by toolic (Bishop) on May 25, 2012 at 14:54 UTC
    The documentation for XML::Simple gives you some advice if you search for the string 'SAX':
    $XML::Simple::PREFERRED_PARSER = 'XML::Parser';