Re: Some questions on XForms
Doron Rosenberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Anne van Kesteren wrote: > Doron Rosenberg wrote: > >>> After playing around with an example that used xsd:decimal I tried >>> altering it to xsd:language and see if that worked: >> >> >> Mozilla doesn't support xsd:language at this time for Schema >> Validation. It is not on the must have list XForms defines, so its low >> in priority. > > > Ok. > > >> http://w3.org/TR/xmlschema-2/#decimal makes no mention of NaN, so >> probably not valid. I believe float and double do specify it, but I >> know that Mozilla doesn't support NaN for those. > > > So when you multiple to fields and have the result in a third field it > can not even be NaN? (We do that know.) It seems strange that all other > numeric types do define NaN and xsd:decimal does not... Perhaps an > oversight? > > Well, float and double are hardley all other types ;)