mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Also allow XSD_1999_NAMESPACE
This commit is contained in:
parent
5d2f0cb204
commit
bd47c14c50
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue