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

  • From: "Box, Don" <dbox@d...>
  • To: 'Tim Bray' <tbray@t...>,"Simon St.Laurent" <simonstl@s...>, xml-dev@l...
  • Date: Mon, 09 Apr 2001 07:40:21 -0700

> -----Original Message-----
> From: Tim Bray [mailto:tbray@t...]
> Sent: Wednesday, April 04, 2001 9:48 AM
> To: Simon St.Laurent; xml-dev@l...
> Subject: Re: XML Schema 1.1
> 
> and personally I'd be
> astounded to see anyone take on XML 1.1 in my lifetime; 

Especially since many consider XSD to be "XML 2.0" ;-)

In all seriousness, XSD makes the following three element instances
identical:

<foo>200</foo>
<foo>200.0</foo>
<foo>200.0000000000000000</foo>

assuming the following element declaration is in scope:

<xsd:element name="foo" type="xsd:double" />

To some, this is a breaking change.

DB
http://www.develop.com/dbox

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