1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

cleanup fix a funny typo converted the Schemas code to the new error

* Makefile.am: cleanup
* encoding.c: fix a funny typo
* error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
  converted the Schemas code to the new error handling. PITA,
  still need to check output from regression tests.
Daniel
This commit is contained in:
Daniel Veillard
2003-10-10 00:49:42 +00:00
parent e2238d5617
commit d0c9c32f64
7 changed files with 2631 additions and 2683 deletions

View File

@ -310,14 +310,17 @@ xmlReportError(xmlErrorPtr err, xmlParserCtxtPtr ctxt, const char *str,
case XML_FROM_REGEXP:
channel(data, "regexp ");
break;
case XML_FROM_SCHEMAS:
channel(data, "Schemas ");
case XML_FROM_SCHEMASV:
channel(data, "Schemas validity");
break;
case XML_FROM_SCHEMASP:
channel(data, "Schemas parser");
break;
case XML_FROM_RELAXNGP:
channel(data, "Relax-NG parser ");
break;
case XML_FROM_RELAXNGV:
channel(data, "Relax-NG validaty ");
channel(data, "Relax-NG validity ");
break;
case XML_FROM_CATALOG:
channel(data, "Catalog ");