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

The documentation for XML::Simple gives you some advice if you search for the string 'SAX':
$XML::Simple::PREFERRED_PARSER = 'XML::Parser';