aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-07-31 08:20:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-07-31 08:20:02 +0000
commit373345764b92c5959154ec233163a2a64a775863 (patch)
tree83e8d2fe706e4825f74942062c35498d8d1669bb /include
parent09459bf1078992a5dea8c1bbef4919b90bc25218 (diff)
downloadandroid_external_libxml2-373345764b92c5959154ec233163a2a64a775863.tar.gz
android_external_libxml2-373345764b92c5959154ec233163a2a64a775863.tar.bz2
android_external_libxml2-373345764b92c5959154ec233163a2a64a775863.zip
added a skipped list, insert rmt-ns10-035 improve 'make check' clean up
* runxmlconf.c: added a skipped list, insert rmt-ns10-035 * Makefile.am: improve 'make check' * include/libxml/xmlerror.h parser.c: clean up namespace errors checking and reporting, errors when a document is labelled as UTF-16 while it is parsed as UTF-8 and no encoding was given explicitely. * result/errors/webdav.xml.*: some warnings are no recategorized as Namespace errors Daniel svn path=/trunk/; revision=3761
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 a2d574d0..bbb6275f 100644
--- a/include/libxml/xmlerror.h
+++ b/include/libxml/xmlerror.h
@@ -210,6 +210,7 @@ typedef enum {
XML_NS_ERR_QNAME, /* 202 */
XML_NS_ERR_ATTRIBUTE_REDEFINED, /* 203 */
XML_NS_ERR_EMPTY, /* 204 */
+ XML_NS_ERR_COLON, /* 205 */
XML_DTD_ATTRIBUTE_DEFAULT = 500,
XML_DTD_ATTRIBUTE_REDEFINED, /* 501 */
XML_DTD_ATTRIBUTE_VALUE, /* 502 */