Fixed bug #29839 (incorrect convert (xml:lang to lang))

This commit is contained in:
Dmitry Stogov 2004-08-26 18:40:10 +00:00
parent 0835c34572
commit dedab09c32
4 changed files with 91 additions and 37 deletions

View file

@ -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"