Added comparison between different representations of float values.
NB: it does not work with complex types containing simple content of type float, like this: <complexType name="item_t"> <simpleContent> <extension base="float"> <attribute name="foo" type="float"/> <attribute name="bar" type="integer"/> </extension> </simpleContent> </complexType>
parent
becdb6e7
Please register or sign in to comment