Next in thread → Next in month →

Re: [xml-dev] Back to basics: a few questions about colons in XML names

From
Michael Kay <>
To
Date
2010-11-08T21:21:39Z
ID
<>
Thread
Re: [xml-dev] Back to basics: a few questions about colons in XML names
On 08/11/2010 20:55, Amelia A Lewis wrote:
> The XML specification reserves colon.  So it can't be used in a name,
> unless another specification on top of XML permits that usage.
>

Um, no. The XML grammar allows names containing (multiple) colons. It 
contains a Note:

The Namespaces in XML Recommendation [XML Names] assigns a meaning to 
names containing colon characters. Therefore, authors should not use the 
colon in XML names except for namespace purposes, but XML processors 
must accept the colon as a name character.

It's a "should", not a "must". If you are foolish enough to ignore this 
advice, your document will be parsed successfully by an XML processor 
that is not doing namespace processing.

The word "reserved" may have been used in earlier versions of the XML 
1.0 spec to suggest future intentions. Those future intentions are now 
in the past.

Michael Kay
Saxonica
Next in thread → Next in month →