1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-31 17:17:37 +03:00

Un-commented a TODO in xmlSchemaParseElement.

* xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
This commit is contained in:
Kasimier T. Buchcik 2004-11-12 15:16:25 +00:00
parent 91feaf8477
commit 48307f432a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
* xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
* xmlschemas.c: Correct symbol space for 'all' and 'choice'.

View File

@ -5601,7 +5601,7 @@ xmlSchemaParseElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
}
while ((IS_SCHEMA(child, "unique")) ||
(IS_SCHEMA(child, "key")) || (IS_SCHEMA(child, "keyref"))) {
/*TODO*/ child = child->next;
TODO child = child->next;
}
if (child != NULL) {
xmlSchemaPContentErr(ctxt,