Hi Tim, Tim Cramer <[EMAIL PROTECTED]> writes:
> When I try parsing a invalid document, it is only parsed up to the > wrong element, value, etc without any error message / exception. That would normally indicate there is something wrong with your error handler. > XNSQ DOMErrorHandler* errHandler = (DOMErrorHandler*) new XNSQ > HandlerBase(); > probParser_->setErrorHandler(errHandler); What does HandlerBase look like? hth, -boris -- Boris Kolpackov Code Synthesis Tools CC http://www.codesynthesis.com Open-Source, Cross-Platform C++ XML Data Binding
