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