Hash :
b96e6438
Author :
Date :
1999-08-29T21:02:19
Release 1.6, lot of fixes, more validation, code cleanup, added namespace on attributes, Daniel.
#ifndef error_h_
#define error_h_
#include "parser.h"
void xmlParserError (void *ctx,
const char *msg,
...);
void xmlParserWarning (void *ctx,
const char *msg,
...);
void xmlParserValidityError (void *ctx,
const char *msg,
...);
void xmlParserValidityWarning(void *ctx,
const char *msg,
...);
void xmlParserPrintFileInfo (xmlParserInputPtr input);
void xmlParserPrintFileContext(xmlParserInputPtr input);
#endif