I have started using common.Digester library for parsing a large xml file. If the file has an invalid tag it throws SAXParseException which I am catching and finding the line number and column of error. I would like to continue with other valid entries. Is there a way I can do this using digester.