mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41: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:
@ -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);
|
||||
|
Reference in New Issue
Block a user