diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2003-05-12 15:25:56 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2003-05-12 15:25:56 +0000 |
| commit | 75bb3bbf25e5ddaf5e013978c3b001de02c959aa (patch) | |
| tree | 5ca7ee3e1b5d5bdec7e3a8cdc7b473ea885602c8 /include | |
| parent | 82bbbd4f1ede9aa13a5e9ec82cfb23c93d065202 (diff) | |
| download | android_external_libxml2-75bb3bbf25e5ddaf5e013978c3b001de02c959aa.tar.gz android_external_libxml2-75bb3bbf25e5ddaf5e013978c3b001de02c959aa.tar.bz2 android_external_libxml2-75bb3bbf25e5ddaf5e013978c3b001de02c959aa.zip | |
added --schema option to run WXS schema validation tried to improve error
* xmllint.c: added --schema option to run WXS schema validation
* xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
tried to improve error reporting in the Schema code, some cleanup
too.
Daniel
Diffstat (limited to 'include')
| -rw-r--r-- | include/libxml/schemasInternals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libxml/schemasInternals.h b/include/libxml/schemasInternals.h index fb1f7eeb..54e8fb37 100644 --- a/include/libxml/schemasInternals.h +++ b/include/libxml/schemasInternals.h @@ -116,6 +116,7 @@ struct _xmlSchemaAttribute { int occurs; xmlChar *defValue; xmlSchemaTypePtr subtypes; + xmlNodePtr node; }; /** @@ -136,6 +137,7 @@ struct _xmlSchemaAttributeGroup { xmlSchemaAnnotPtr annot; xmlSchemaAttributePtr attributes; + xmlNodePtr node; }; |
