1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-17 18:21:05 +03:00

a bit of cleanup updated with the new result strings Daniel

* error.c xmlschemas.c: a bit of cleanup
* result/schemas/*.err: updated with the new result strings
Daniel
This commit is contained in:
Daniel Veillard
2003-10-10 10:52:58 +00:00
parent 40c22b472b
commit 87db3a84f9
29 changed files with 47 additions and 38 deletions

View File

@ -311,10 +311,10 @@ xmlReportError(xmlErrorPtr err, xmlParserCtxtPtr ctxt, const char *str,
channel(data, "regexp ");
break;
case XML_FROM_SCHEMASV:
channel(data, "Schemas validity");
channel(data, "Schemas validity ");
break;
case XML_FROM_SCHEMASP:
channel(data, "Schemas parser");
channel(data, "Schemas parser ");
break;
case XML_FROM_RELAXNGP:
channel(data, "Relax-NG parser ");