mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed bug #29839 (incorrect convert (xml:lang to lang))
This commit is contained in:
parent
0835c34572
commit
dedab09c32
4 changed files with 91 additions and 37 deletions
|
@ -43,6 +43,8 @@
|
|||
#define XSD_NS_PREFIX "xsd"
|
||||
#define XSI_NAMESPACE "http://www.w3.org/2001/XMLSchema-instance"
|
||||
#define XSI_NS_PREFIX "xsi"
|
||||
#define XML_NAMESPACE "http://www.w3.org/XML/1998/namespace"
|
||||
#define XML_NS_PREFIX "xml"
|
||||
|
||||
#define XSD_STRING 101
|
||||
#define XSD_STRING_STRING "string"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue