Re: [xml-dev] Some comments on the 1.1 draft

From
Richard Tobin <>
To
Date
2001-12-17T00:35:24Z
ID
<>
Thread
Re: [xml-dev] Some comments on the 1.1 draft
>13. What's wrong with ASCII digits as name start chars, given
>    that all sorts of other digits are going in?

XPath and probably some other languages rely on digits not being
name starts for their tokenizing.  Compare a[b] and a[1].

I think it would be a mistake to change the name-start status of any
of the standard ASCII characters.

-- Richard