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
diff --git a/xmlschemastypes.c b/xmlschemastypes.c
index dc159a2..8dc4d11 100644
--- a/xmlschemastypes.c
+++ b/xmlschemastypes.c
@@ -1094,7 +1094,11 @@
 	    }
 	    frac = cur - tmp;
 	}
+	TODO
+	return(0);
     } else if (type == xmlSchemaTypeDoubleDef) {
+	TODO
+	return(0);
     } else {
 	TODO
 	return(0);