[xml] xmlSchemaSetParserErrors and xmlSchemaSetValidErrors
- From: "Yong Chen (yongche)" <chen cisco com>
- To: <xml gnome org>
- Subject: [xml] xmlSchemaSetParserErrors and xmlSchemaSetValidErrors
- Date: Thu, 26 Oct 2006 18:53:53 -0700
Hi,
Both of the functions take parserCtxt, errFunc, warningFunc and ctxt as
parameters. Normally people use them as following:
xmlSchemaSetParserErrors(parserCtxt, fprintf, fprintf, stderr);
Basically it means to print out err and warning msgs to stderr. I wonder
if there's a way I can just redirect the error/warning output to
"/dev/null"? Or to a file? Or even not do printing at all?
Thanks,
Yong Chen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]