in reply to Re^2: XML::Twig error handling
in thread XML::Twig error handling

safe_parsefile is works fine if there is no specified file or directory.
$tree -> safe_parsefile('c:/temp.xml'); warn $@ if $@;
Is there a way to handle to the 'no such attribute' or 'no such tag' errors in the TWIG HANDLER?