From b5c05735785b4d60d0876f2604229f85eb1a9cf1 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 20 Sep 2002 13:36:25 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ xmlschemastypes.c | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 197c0033..e0396e17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard + + * xmlschemastypes.c: as pointed by Igor Float and Double + parsing ain't finished yet + Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard * Makefile.am configure.in: trying to fix #88412 by bypassing 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);