summaryrefslogtreecommitdiff
path: root/include/libxml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-03-17 15:37:12 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-03-17 15:37:12 +0000
commit952379b780ff6071f8276b02f776ac1db3721b58 (patch)
tree89ebb8ce657b2d9184736c42b2c36b2f719c5016 /include/libxml
parentb4d30b63603e84980fe5493e02cb400a9588c8a1 (diff)
downloadlibxml2-952379b780ff6071f8276b02f776ac1db3721b58.tar.gz
fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREF
* relaxng.c: fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREF support still missing though. * xmlreader.c: fix a crashing bug with prefix raised by Merijn Broeren * test/relaxng/testsuite.xml: augmented the testsuite with complex inheritance tests Daniel
Diffstat (limited to 'include/libxml')
-rw-r--r--include/libxml/relaxng.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libxml/relaxng.h b/include/libxml/relaxng.h
index 1ba320b8..982c9f17 100644
--- a/include/libxml/relaxng.h
+++ b/include/libxml/relaxng.h
@@ -68,7 +68,8 @@ typedef enum {
XML_RELAXNG_ERR_LIST,
XML_RELAXNG_ERR_NOGRAMMAR,
XML_RELAXNG_ERR_EXTRADATA,
- XML_RELAXNG_ERR_LACKDATA
+ XML_RELAXNG_ERR_LACKDATA,
+ XML_RELAXNG_ERR_INTERNAL
} xmlRelaxNGValidErr;
/*