From 952379b780ff6071f8276b02f776ac1db3721b58 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 17 Mar 2003 15:37:12 +0000 Subject: 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 --- include/libxml/relaxng.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libxml') 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; /* -- cgit v1.2.1