OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] Fun with regular expressions

[ 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




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS