mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
@ -2517,6 +2517,8 @@ htmlNewDocNoDtD(const xmlChar *URI, const xmlChar *ExternalID) {
|
|||||||
if ((ExternalID != NULL) ||
|
if ((ExternalID != NULL) ||
|
||||||
(URI != NULL))
|
(URI != NULL))
|
||||||
xmlCreateIntSubset(cur, BAD_CAST "html", ExternalID, URI);
|
xmlCreateIntSubset(cur, BAD_CAST "html", ExternalID, URI);
|
||||||
|
if ((__xmlRegisterCallbacks) && (xmlRegisterNodeDefaultValue))
|
||||||
|
xmlRegisterNodeDefaultValue((xmlNodePtr)cur);
|
||||||
return(cur);
|
return(cur);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user