From dedab09c329e2f8eeb14f1c2538a058098d6c20a Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 26 Aug 2004 18:40:10 +0000 Subject: Fixed bug #29839 (incorrect convert (xml:lang to lang)) --- ext/soap/php_encoding.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/soap/php_encoding.h') 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" -- cgit v1.2.1