aboutsummaryrefslogtreecommitdiffstats
path: root/xmlschemastypes.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-04-17 09:06:27 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-04-17 09:06:27 +0000
commit8651f5365c182ce5c52fe1cdc2b9d72b2ecc34e2 (patch)
treeb224eac7ac2fa2a77a20a43c9f314721add78a9c /xmlschemastypes.c
parente1eff38389b9686bbae8e22b7693ed6764df3b6d (diff)
downloadandroid_external_libxml2-8651f5365c182ce5c52fe1cdc2b9d72b2ecc34e2.tar.gz
android_external_libxml2-8651f5365c182ce5c52fe1cdc2b9d72b2ecc34e2.tar.bz2
android_external_libxml2-8651f5365c182ce5c52fe1cdc2b9d72b2ecc34e2.zip
a bit of work on Schemas try to make it more useful changed the Schemas
* xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h: a bit of work on Schemas * testSchemas.c: try to make it more useful * test/schemas/* result/schemas/* Makefile.am: changed the Schemas regression test procedure, started adding a few samples Daniel
Diffstat (limited to 'xmlschemastypes.c')
-rw-r--r--xmlschemastypes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmlschemastypes.c b/xmlschemastypes.c
index 4c8d4202..002cc7b0 100644
--- a/xmlschemastypes.c
+++ b/xmlschemastypes.c
@@ -481,6 +481,9 @@ xmlSchemaValidateFacet(xmlSchemaTypePtr base, xmlSchemaFacetPtr facet,
return(0);
TODO /* error code */
return(1);
+ case XML_SCHEMA_FACET_WHITESPACE:
+ TODO /* whitespaces */
+ return(0);
default:
TODO
}