Re: Namespaces 1.1 Last Call -- I18N WG comments

On 27/09/2002 21:04:18 Misha Wolf wrote:
> Dear xml-names-editor,
>
> This mail contains some of the comments of the I18N WG on:
>    Namespaces in XML 1.1
>    W3C Working Draft 5 September 2002

[The suggested examples below have been extended to include a decimal
numeric character reference, and have been slightly re-arranged.]

Suggested examples:

   Consider:
      xmlns="http://www.example.org/namespaces/CV&resumé"
      xmlns="http://www.example.org/namespaces/CV&resumé"
      xmlns="http://www.example.org/namespaces/CV&resumé"
      xmlns="http://www.example.org/namespaces/CV&resumé"
      xmlns="http://www.example.org/namespaces/CV&resumé"
      xmlns="http://www.example.org/namespaces/CV&resum%c3%a9"
      xmlns="http://www.example.org/namespaces/CV&resum%C3%a9"
      xmlns="http://www.example.org/namespaces/CV&resum%c3%A9"
      xmlns="http://www.example.org/namespaces/CV&resum%C3%A9"
      xmlns="http://www.example.org/namespaces/CV&resumÉ"
   where "é" has been defined to be "é".

   The first 5 are identical for the purpose of namespace reference
   matching and have the normalized attribute value [1]:
      http://www.example.org/namespaces/CV&resumé

   The remaining 5 differ from the first 5, as well as from each other,
   and have the following normalized attribute values, respectively:
      http://www.example.org/namespaces/CV&resum%c3%a9
      http://www.example.org/namespaces/CV&resum%C3%a9
      http://www.example.org/namespaces/CV&resum%c3%A9
      http://www.example.org/namespaces/CV&resum%C3%A9
      http://www.example.org/namespaces/CV&resumÉ

[1] http://www.w3.org/TR/REC-xml#AVNormalize


Misha Wolf
I18N WG Chair





------------------------------------------------------------- ---
        Visit our Internet site at http://www.reuters.com

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be
the views of Reuters Ltd.

Received on Saturday, 28 September 2002 08:52:32 UTC