aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-08-27 19:57:06 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-08-27 19:57:06 +0000
commit49d4405a6d76a91d61dbbd9e228bf31034c8da29 (patch)
treeba16fd4d56637439f759a5c7c229e39fe23b1df6 /include
parentf582d14fbcba1cd1e6598d556d8838ea6f4788ba (diff)
downloadandroid_external_libxml2-49d4405a6d76a91d61dbbd9e228bf31034c8da29.tar.gz
android_external_libxml2-49d4405a6d76a91d61dbbd9e228bf31034c8da29.tar.bz2
android_external_libxml2-49d4405a6d76a91d61dbbd9e228bf31034c8da29.zip
a bit of cleanup and added checks based on the regression tests of the
* include/libxml/xmlerror.h parser.c: a bit of cleanup and added checks based on the regression tests of the xmlconf suite Daniel svn path=/trunk/; revision=3782
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 bbb6275f..c9336b97 100644
--- a/include/libxml/xmlerror.h
+++ b/include/libxml/xmlerror.h
@@ -252,6 +252,7 @@ typedef enum {
XML_DTD_STANDALONE_DEFAULTED, /* 538 */
XML_DTD_XMLID_VALUE, /* 539 */
XML_DTD_XMLID_TYPE, /* 540 */
+ XML_DTD_DUP_TOKEN, /* 541 */
XML_HTML_STRUCURE_ERROR = 800,
XML_HTML_UNKNOWN_TAG, /* 801 */
XML_RNGP_ANYNAME_ATTR_ANCESTOR = 1000,