Dave,
Your 1000% right, I misspoke. I'm using the error handlers. Like I
said, I used Sax2Print and Sax2Count as my examples
Barry
Sent from my iPhone
On Mar 15, 2010, at 5:56 PM, David Bertoni <[email protected]> wrote:
On 3/15/2010 12:55 PM, Barry Walker wrote:
Dave,
I used Sax2Print and Sax2Count as a reference on how to handle the
exceptions. Currently I don't have access to version 3.1. I'm using
3.0.0 on a Linux box. Is this something that was fixed in 3.1?
There are no exceptions thrown when validation or well-formedness
errors occur. They are all reported through the ErrorHandler::warning
() ErrorHandler:error() or ErrorHandler::fatalError() callback
functions.
Take a look at the SAX2CountHandlers class for more info.
Dave