diff options
author | Dmitry Stogov <dmitry@php.net> | 2004-08-26 18:40:10 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2004-08-26 18:40:10 +0000 |
commit | dedab09c329e2f8eeb14f1c2538a058098d6c20a (patch) | |
tree | 808ba40bb9a485338c520c8333274467c80715a6 /ext/soap/php_encoding.h | |
parent | 0835c34572d3ae71227b55d00fa86f911dddf739 (diff) | |
download | php-git-dedab09c329e2f8eeb14f1c2538a058098d6c20a.tar.gz |
Fixed bug #29839 (incorrect convert (xml:lang to lang))
Diffstat (limited to 'ext/soap/php_encoding.h')
-rw-r--r-- | ext/soap/php_encoding.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soap/php_encoding.h b/ext/soap/php_encoding.h index 4d7f75d117..1e26cdb535 100644 --- a/ext/soap/php_encoding.h +++ b/ext/soap/php_encoding.h @@ -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" |