Simple org.xml.sax.ErrorHandler implementation:
logs warnings using the given Commons Logging logger instance,
and rethrows errors to discontinue the XML transformation.
author: Juergen Hoeller since: 1.2
Constructor Summary
public
SimpleSaxErrorHandler(Log logger) Create a new SimpleSaxErrorHandler for the given
Commons Logging logger instance.