xmlParserError()
void xmlParserError (void *ctx,
const char *msg,
...); |
Display and format an error messages, gives file, line, position and
extra parameters.
xmlParserWarning()
void xmlParserWarning (void *ctx,
const char *msg,
...); |
Display and format a warning messages, gives file, line, position and
extra parameters.