[Home] [By Thread] [By Date] [Recent Entries]



> Haven't tried xerces or MSV yet...

MSV and MSV with the -xerces option handles the schema correctly. Where

  <element name="foo">
    <simpleType>
      <restriction base="double">
        <maxInclusive value="INF" />
      </restriction>
    </simpleType>
  </element>

<foo xmlns="http://www.example.com"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.example.com test.xsd">NaN</foo>

raises a validity error as expected.


Cheers,
Jeff Rafter

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member