mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
Justin Fletcher found some parts of the code needing cleanup Fixed the
* parserInternals.c valid.c: Justin Fletcher found some parts of the code needing cleanup * libxml.spec.in python/Makefile.am python/generator.py python/libxml.c python/libxml.py: Fixed the python Makefiles corrected a bug showing up on ia64, changed the name of the python internal module too Daniel
This commit is contained in:
4
valid.c
4
valid.c
@ -4349,7 +4349,7 @@ xmlValidateOneElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc,
|
||||
}
|
||||
if (cont == NULL) {
|
||||
VERROR(ctxt->userData,
|
||||
"Element %s is not declared in %s list of possible childs\n",
|
||||
"Element %s is not declared in %s list of possible children\n",
|
||||
name, elem->name);
|
||||
ret = 0;
|
||||
}
|
||||
@ -4935,7 +4935,7 @@ xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **list,
|
||||
int nb_valid_elements = 0;
|
||||
const xmlChar *elements[256];
|
||||
int nb_elements = 0, i;
|
||||
xmlChar *name;
|
||||
const xmlChar *name;
|
||||
|
||||
xmlNode *ref_node;
|
||||
xmlNode *parent;
|
||||
|
Reference in New Issue
Block a user