[
Lists Home |
Date Index |
Thread Index
]
- From: John Cowan <cowan@locke.ccil.org>
- To: xml-dev@ic.ac.uk
- Date: Sun, 28 Nov 1999 16:06:49 -0500 (EST)
Don Park scripsit:
> XML parsers I have seen uses the target
> platform's Unicode support to deal with it. I doubt one
> can rely on all SML platforms to have such support.
Probably not. But some parsers use their own tables.
It really isn't too hard: a table of characters valid
at the beginning of a name, and another table of characters
valid anywhere in a name, excluding the ones in the first
table.
The main issue is that if combining characters are allowed
to be first in a name, then they will attach to the <
character instead of standing alone, by Unicode rules.
--
John Cowan cowan@ccil.org
I am a member of a civilization. --David Brin
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/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe 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)
|