aboutsummaryrefslogtreecommitdiffstats
path: root/xmlschemastypes.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-09-20 13:36:25 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-09-20 13:36:25 +0000
commitb5c05735785b4d60d0876f2604229f85eb1a9cf1 (patch)
tree7ed5458d7fcef620601f4a43b41c6be102aec8f5 /xmlschemastypes.c
parent40b11344a8adc87c9a0246592b92d4b9c001a138 (diff)
downloadandroid_external_libxml2-b5c05735785b4d60d0876f2604229f85eb1a9cf1.tar.gz
android_external_libxml2-b5c05735785b4d60d0876f2604229f85eb1a9cf1.tar.bz2
android_external_libxml2-b5c05735785b4d60d0876f2604229f85eb1a9cf1.zip
as pointed by Igor Float and Double parsing ain't finished yet Daniel
* xmlschemastypes.c: as pointed by Igor Float and Double parsing ain't finished yet Daniel
Diffstat (limited to 'xmlschemastypes.c')
-rw-r--r--xmlschemastypes.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmlschemastypes.c b/xmlschemastypes.c
index dc159a23..8dc4d115 100644
--- a/xmlschemastypes.c
+++ b/xmlschemastypes.c
@@ -1094,7 +1094,11 @@ xmlSchemaValidatePredefinedType(xmlSchemaTypePtr type, const xmlChar *value,
}
frac = cur - tmp;
}
+ TODO
+ return(0);
} else if (type == xmlSchemaTypeDoubleDef) {
+ TODO
+ return(0);
} else {
TODO
return(0);