Re: ErrorHandler vs. ProblemListener

2000-02-14 Thread Ralf Pfeiffer
Peet, There is no problem using the ErrorHandler with Xerces. I just checked it myself to make sure it wasn't mysteriously broken. -rip Peet Sneekes wrote: > Hi, > > I was just curious, but why can't I use the ErrorHandler when I use a Xerces > DOMParser? > Now I use a own implementation of the

ErrorHandler vs. ProblemListener

2000-02-14 Thread Peet Sneekes
Hi, I was just curious, but why can't I use the ErrorHandler when I use a Xerces DOMParser? Now I use a own implementation of the ProblemListener, but I think it's to limited in giving me information about what went wrong while parsing. When I use Xalan's XercesLiaison, I can use the ErrorHandler