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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user