diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2003-04-14 16:11:26 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2003-04-14 16:11:26 +0000 |
| commit | c58f4efbd44a4b155e5399cbe97525570ebc8385 (patch) | |
| tree | 1a8b30e3292771056f3e76b6698ca811e92d5338 /include | |
| parent | 52b48c7a7bfb338f434d39f9fc3e54768e301575 (diff) | |
| download | android_external_libxml2-c58f4efbd44a4b155e5399cbe97525570ebc8385.tar.gz android_external_libxml2-c58f4efbd44a4b155e5399cbe97525570ebc8385.tar.bz2 android_external_libxml2-c58f4efbd44a4b155e5399cbe97525570ebc8385.zip | |
integrated the regexp based validity checking of fragments of the document
* relaxng.c include/libxml/relaxng.h: integrated the regexp
based validity checking of fragments of the document for
which the RNG can be compiled to regexps. Works on all regression
tests, only fix needed is related to error messages.
Daniel
Diffstat (limited to 'include')
| -rw-r--r-- | include/libxml/relaxng.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libxml/relaxng.h b/include/libxml/relaxng.h index 1b25c1f7..3e8de7ab 100644 --- a/include/libxml/relaxng.h +++ b/include/libxml/relaxng.h @@ -70,7 +70,9 @@ typedef enum { XML_RELAXNG_ERR_NOGRAMMAR, XML_RELAXNG_ERR_EXTRADATA, XML_RELAXNG_ERR_LACKDATA, - XML_RELAXNG_ERR_INTERNAL + XML_RELAXNG_ERR_INTERNAL, + XML_RELAXNG_ERR_ELEMWRONG, + XML_RELAXNG_ERR_TEXTWRONG } xmlRelaxNGValidErr; /* |
