Re: Starting point

>> - Unicode names for elements/attributes
>
> Please include. We've ignored non ASCII users before.

It would look pretty bad leaving these out, on the other hand I
suspect the percentage of XML that uses non-ASCII names is fairly tiny
(non-ASCII data is completely another matter).

If we allow them, we have the difficult question of which Unicode
characters to allow.

> Is it a high cost for an implementer?

XML 1.0 1st edition names would be a very significant cost; but even
5th edition names (as in John and my drafts) is a significant cost
given the very small size of the language.

>> - decimal character references
>
> tentative yes, include, rationale, I don't have a smart editor.

We are talking only about decimal (base-10) references here.  I don't
think anybody is suggesting removing hex references (&#x...;). Do you
really want to use decimal? Unicode characters are almost always
referred to by their hex value. I can't think of any programming
language that allows referencing Unicode characters in decimal.

James

Received on Tuesday, 24 July 2012 08:30:29 UTC