[
Lists Home |
Date Index |
Thread Index
]
> 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
|