diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2003-03-16 17:52:32 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2003-03-16 17:52:32 +0000 |
| commit | fd573f18a53ab92101471a9c95af6cca5e4e3b1e (patch) | |
| tree | 0eba4a6bc5efae02b11975a82b656cd5397caa8e /include | |
| parent | 1564e6e52ef9a944c41736c74edb475671ae798c (diff) | |
| download | android_external_libxml2-fd573f18a53ab92101471a9c95af6cca5e4e3b1e.tar.gz android_external_libxml2-fd573f18a53ab92101471a9c95af6cca5e4e3b1e.tar.bz2 android_external_libxml2-fd573f18a53ab92101471a9c95af6cca5e4e3b1e.zip | |
switched back to the previous Relax-NG code base, the derivation algorithm
* relaxng.c: switched back to the previous Relax-NG code base,
the derivation algorithm need severe constraining code to avoid
combinatorial explosion. Fixed the problem with Sebastian Rahtz
TEI based example and other bugs
* result/relaxng/*err: updated the results
* test/relaxng/testsuite.xml: started a new test suite
Daniel
Diffstat (limited to 'include')
| -rw-r--r-- | include/libxml/relaxng.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libxml/relaxng.h b/include/libxml/relaxng.h index 37d399a3..1ba320b8 100644 --- a/include/libxml/relaxng.h +++ b/include/libxml/relaxng.h @@ -67,7 +67,8 @@ typedef enum { XML_RELAXNG_ERR_VALUE, XML_RELAXNG_ERR_LIST, XML_RELAXNG_ERR_NOGRAMMAR, - XML_RELAXNG_ERR_EXTRADATA + XML_RELAXNG_ERR_EXTRADATA, + XML_RELAXNG_ERR_LACKDATA } xmlRelaxNGValidErr; /* |
