Re: [xml-dev] namespaces redux

From
Michael Sokolov <>
To
Andrew Welch <>
Date
2012-10-16T10:59:10Z
ID
<>
Thread
Re: [xml-dev] namespaces redux
On 10/16/2012 6:47 AM, Andrew Welch wrote:
>>> 3. Avoid using URLs, the globally unique benefit
>>> is far outweighed by the confusion cost
>> Are you recommending that URNs be used rather than URLs?
> I'm advocating simple strings for simple cases, for example for a
> config file someone might be tempted to use:
>
> xmlns:c="http://mycomp.com/someproduct/v1.1/config/"
>
> whereas they could just do:
>
> xmlns:c="config"
>
My preference is to use the same string for prefix and namespace:

xmlns:config="config"