Also allow XSD_1999_NAMESPACE

This commit is contained in:
Niels Dossche 2025-05-29 18:26:46 +02:00
parent 5d2f0cb204
commit bd47c14c50
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

View file

@ -48,6 +48,7 @@ static bool node_is_equal_xsd(xmlNodePtr node, const char *name)
static const char *ns[] = {
XSD_NAMESPACE,
XSD_DRAFT_2000_NAMESPACE,
XSD_1999_NAMESPACE,
NULL
};