[SML] Preliminary EBNF for SML

David Carlisle davidc at nag.co.uk
Fri Nov 26 12:45:49 GMT 1999



Name ::= NameStart (NameChar)*
NameStart ::= [a-zA-Z] | '_' | ':'
NameChar ::= NameStart | [0-9] | '.' | '-'

Given all the work that's currently going on to internationalise the web
(and computing in general) and remove historic English bias, is it
really politically or culturally acceptable to restrict element names to
the English alphabet? If SML is only for English you could restrict the
character data to be ascii as well to save on processing utf8
characters.  If it isn't only for English then the above would
presumably be one of many SML, SML-EN, and you would expect to see
similar variants allowing element names in French or Russian, or
Japanese?

David

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/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe 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