mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
patch from Richard Jinks to fix the problem raised in
* xpath.c: patch from Richard Jinks to fix the problem raised in http://mail.gnome.org/archives/xml/2002-April/msg00246.htm Daniel
This commit is contained in:
@ -2268,10 +2268,12 @@ xmlSchemaParseImport(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema,
|
||||
}
|
||||
}
|
||||
}
|
||||
TODO
|
||||
|
||||
child = node->children;
|
||||
while (IS_SCHEMA(child, "annotation")) {
|
||||
/*
|
||||
* the annotations here are simply discarded ...
|
||||
*/
|
||||
child = child->next;
|
||||
}
|
||||
if (child != NULL) {
|
||||
|
Reference in New Issue
Block a user