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
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to