Is there anyway in XML Parser (I am using it within XML::Smart) to have an error passed to a log instead of aborting the entire script?
I'm running through 35k of XML files and I'd like to see the ones that don't parse without having to rerun it each time it encounters an XML error?