mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Never commit without running "make tests" :-( fix a couple of stupidities
* valid.c SAX.c: Never commit without running "make tests" :-( fix a couple of stupidities in the previous commit * result/*: a few changes in some attribute order result of previous commit. Daniel
This commit is contained in:
3
valid.c
3
valid.c
@ -3382,9 +3382,6 @@ xmlValidateOneAttribute(xmlValidCtxtPtr ctxt, xmlDocPtr doc,
|
||||
if ((elem == NULL) || (elem->name == NULL)) return(0);
|
||||
if ((attr == NULL) || (attr->name == NULL)) return(0);
|
||||
|
||||
if (xmlStrEqual(attr->name, "lang")) {
|
||||
printf("hello\n");
|
||||
}
|
||||
if ((elem->ns != NULL) && (elem->ns->prefix != NULL)) {
|
||||
xmlChar qname[500];
|
||||
snprintf((char *) qname, sizeof(qname), "%s:%s",
|
||||
|
Reference in New Issue
Block a user