1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-02-21 17:57:22 +03:00

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
This commit is contained in:
Daniel Veillard 2002-09-20 13:36:25 +00:00
parent 40b11344a8
commit b5c0573578
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
* xmlschemastypes.c: as pointed by Igor Float and Double
parsing ain't finished yet
Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
* Makefile.am configure.in: trying to fix #88412 by bypassing

View File

@ -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);