1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Also allow XSD_1999_NAMESPACE

This commit is contained in:
Niels Dossche
2025-05-29 18:26:46 +02:00
parent 5d2f0cb204
commit bd47c14c50

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
};