Commit c164d769 authored by Pakulin's avatar Pakulin
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment