mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
valid: Remove id before updating attribute type
This commit is contained in:
parent
a3e11e3de1
commit
f797cdabf5
2
valid.c
2
valid.c
@ -4244,6 +4244,8 @@ xmlValidateOneAttribute(xmlValidCtxtPtr ctxt, xmlDocPtr doc,
|
||||
attr->name, elem->name, NULL);
|
||||
return(0);
|
||||
}
|
||||
if (attr->atype == XML_ATTRIBUTE_ID)
|
||||
xmlRemoveID(doc, attr);
|
||||
attr->atype = attrDecl->atype;
|
||||
|
||||
val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user