diff -r d73b64672238 -r acf02488f37f xmlclass/xsdschema.py --- a/xmlclass/xsdschema.py Wed Aug 16 12:48:08 2017 +0300 +++ b/xmlclass/xsdschema.py Wed Aug 16 12:53:23 2017 +0300 @@ -51,6 +51,7 @@ def GenerateFloatXMLText(extra_values=[], decimal=None): float_format = (lambda x: "{:.{width}f}".format(x, width=decimal).rstrip('0') if decimal is not None else str) + def generateXMLTextMethod(value, name=None, indent=0): text = "" if name is not None: