RE: [xml] Error handling with the XmlReader API



typedef void (*xmlTextReaderErrorFunc)(
   void *arg, const char *msg,
   int line, int col, const char *uri, int severity);

int xmlTextReaderSetErrorHandler(
   xmlTextReaderPtr reader, xmlTextReaderErrorFunc f, void *arg);


Shall I give it a try?

-sbi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]