Hi, Many thanks! That was the thing I had totally missed. I hadn't noticed the custom error handlers in the examples ... Thinking about it, I'm not very proud of me.
Thanks again! - Emmanuel Vitaly Prapirny wrote: > Hi, > Emmanuel Guiton wrote: >> Sorry, I forgot to include these lines in the snippet of code I copied. >> >> ErrorHandler* errHandler = ( ErrorHandler* ) new HandlerBase(); >> parser->setErrorHandler ( errHandler ); >> >> So that is not the problem... > You should provide your own implementation of ErrorHandler here. > HandlerBase simply ignore errors. You could use the samples sources > for additional info also. > > Good luck! > Vitaly > > -- Directeur Elodig SARL 30-32, avenue de la République 94800 Villejuif Tel: 01 46 77 47 68 E-mail: [EMAIL PROTECTED] http://www.elodig.fr
