Why XML data typing is hard
david at megginson.com
david at megginson.com
Mon Nov 30 18:28:02 GMT 1998
Henry S. Thompson writes:
> if we add sensitivity to language to our lexical typing, I might write
>
> <balance xml:lang='fr'>4,50</balance>
>
> OR
>
> <balance xml:lang='ar'>٤٫٥ʔ</balance>
>
> Is the latter an indication of a plausable way forward, i.e. lexical
> types which are parameterised by (natural) language?
It sounds quite plausible: it still places a burden of locale handling
on the processor or the application, but that's inevitable when we're
dealing with lexical constraints. At least with this approach the
application will be able to fail gracefully:
Warning: sample.xml line 18 column 12: Cannot validate constraint
"float" for unsupported language "ar" (trying default
locale en-CA).
(That's not "Californian English", by the way.)
All the best,
David
--
David Megginson david at megginson.com
http://www.megginson.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list