Re: [xml-dev] Quick Review of XML 1.1 Candidate Recommendation

From
Richard Tobin <>
To
Date
2002-10-16T21:12:51Z
ID
<>
Thread
Re: [xml-dev] Quick Review of XML 1.1 Candidate Recommendation
>By my reading, none of the characters in the 
>ranges 0-#x7, #xb, #xe-#x1a have any agreed-upon semantics de jure or de 
>facto (let's go down to the mall and do some &#x16;).

The only reasonable use I've thought of for these characters is so
that you can directly refer to them *as characters*.  For example, if
I want to encode the termcap file in XML, it seems quite reasonable to
be able to refer to escape as &#27;.  In this case the lack of agreed
semantics is irrelevant: the XML document is defining the sematics.

-- Richard