xml-error

Name

xml-error —

Synopsis



void        xmlParserError                  (void *ctx,
                                             const char *msg,
                                             ...);
void        xmlParserWarning                (void *ctx,
                                             const char *msg,
                                             ...);

Description

Details

xmlParserError ()

void        xmlParserError                  (void *ctx,
                                             const char *msg,
                                             ...);

Display and format an error messages, gives file, line, position and extra parameters.

ctx : 
msg : 
... : 


xmlParserWarning ()

void        xmlParserWarning                (void *ctx,
                                             const char *msg,
                                             ...);

Display and format a warning messages, gives file, line, position and extra parameters.

ctx : 
msg : 
... :