[xml] Adding xmlSchemaSetParserStructuredErrors() to the XML Schema API
- From: Kasimier Buchcik <K Buchcik 4commerce de>
- To: ML-libxml2 <xml gnome org>
- Subject: [xml] Adding xmlSchemaSetParserStructuredErrors() to the XML Schema API
- Date: Fri, 18 Nov 2005 17:29:51 +0100
Hi,
Does someone object to add the following function to the XML Schema API?
It assigns a structured error callback to the parser context.
We have already a xmlSchemaSetValidStructuredErrors() counterpart for
the validation context, but for the parser context this was missing.
XMLPUBFUN void XMLCALL
xmlSchemaSetParserStructuredErrors(
xmlSchemaParserCtxtPtr ctxt,
xmlStructuredErrorFunc serror,
void *ctx);
Regards,
Kasimier
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]