aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-03-27 23:44:43 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-03-27 23:44:43 +0000
commit91a1325beb87de8fde190157a545504632c169fe (patch)
tree04780651e741d4fbf2ef68471801790b1342a4a4 /include
parent6560a42c7b89e7c5df3d87eedad1f34e94ae53bb (diff)
downloadandroid_external_libxml2-91a1325beb87de8fde190157a545504632c169fe.tar.gz
android_external_libxml2-91a1325beb87de8fde190157a545504632c169fe.tar.bz2
android_external_libxml2-91a1325beb87de8fde190157a545504632c169fe.zip
fixed bugs and memory leaks in the W3C XML Schemas code implemented
* xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory leaks in the W3C XML Schemas code * xmlschemastypes.c: implemented nonPositiveInteger * test/schemas/length2_0.xsd result/schemas/length2_0_0.err: fixed the test and result. Daniel
Diffstat (limited to 'include')
-rw-r--r--include/libxml/xmlschemas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libxml/xmlschemas.h b/include/libxml/xmlschemas.h
index 14b92308..081d8a25 100644
--- a/include/libxml/xmlschemas.h
+++ b/include/libxml/xmlschemas.h
@@ -44,6 +44,7 @@ typedef enum {
XML_SCHEMAS_ERR_NOTSIMPLE,
XML_SCHEMAS_ERR_ATTRUNKNOWN,
XML_SCHEMAS_ERR_ATTRINVALID,
+ XML_SCHEMAS_ERR_VALUE,
XML_SCHEMAS_ERR_,
XML_SCHEMAS_ERR_XXX
} xmlSchemaValidError;