[Bug 29736] [FO31] C.2 Schema for the result of fn:json-to-xml

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29736

--- Comment #1 from Tim Mills <tim@cbcl.co.uk> ---
Also, we read

  <xs:simpleType name="finiteNumberType">
        <xs:restriction base="xs:double">
            <!-- exclude positive and negative infinity, and NaN -->
            <xs:minExclusive value="-INF"/>
            <xs:maxExclusive value="INF"/>
        </xs:restriction>

But NaN is not excluded.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 18 July 2016 11:46:35 UTC