aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-07-30 12:35:40 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-07-30 12:35:40 +0000
commit40ec29a56f4f03a8b4628b46fbc3582ade156bbd (patch)
treeb9d3d6aed40490be96607136cb87564b324b07ab /include
parent051d52cb6166cb8d7064d185820366943177a561 (diff)
downloadandroid_external_libxml2-40ec29a56f4f03a8b4628b46fbc3582ade156bbd.tar.gz
android_external_libxml2-40ec29a56f4f03a8b4628b46fbc3582ade156bbd.tar.bz2
android_external_libxml2-40ec29a56f4f03a8b4628b46fbc3582ade156bbd.zip
an XML-1.0 document can't load an 1.1 entity when using entities make sure
* parser.c include/libxml/xmlerror.h: an XML-1.0 document can't load an 1.1 entity * runxmlconf.c: when using entities make sure we load them Daniel svn path=/trunk/; revision=3759
Diffstat (limited to 'include')
-rw-r--r--include/libxml/xmlerror.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libxml/xmlerror.h b/include/libxml/xmlerror.h
index 56262045..a2d574d0 100644
--- a/include/libxml/xmlerror.h
+++ b/include/libxml/xmlerror.h
@@ -204,6 +204,7 @@ typedef enum {
XML_WAR_NS_COLUMN, /* 106 */
XML_WAR_ENTITY_REDEFINED, /* 107 */
XML_ERR_UNKNOWN_VERSION, /* 108 */
+ XML_ERR_VERSION_MISMATCH, /* 109 */
XML_NS_ERR_XML_NAMESPACE = 200,
XML_NS_ERR_UNDEFINED_NAMESPACE, /* 201 */
XML_NS_ERR_QNAME, /* 202 */