[
Lists Home |
Date Index |
Thread Index
]
- From: <david@megginson.com>
- To: "XML Developers' List" <xml-dev@ic.ac.uk>
- Date: Mon, 30 Nov 1998 13:24:41 -0500 (EST)
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@megginson.com
http://www.megginson.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|