RE: [xml-dev]Changing Namespaces Between Specification Versions (was: XIN: XML implicit namespace definitions)

From
Michael Kay <>
To
'Paul Spencer' <>, 'Liam Quin' <>, 'xml-dev' <>
Date
2009-04-21T13:20:54Z
ID
<7F12B81A71754A9DB74E4581A49E14E4@Sealion>
Thread
RE: [xml-dev]Changing Namespaces Between Specification Versions (was: XIN: XML implicit namespace definitions)
> Many people do change namespaces between versions. I prefer 
> not to, but have been persuaded to allow it in the past, 
> where the argument has been that the meaning of a name has 
> changed, so the namespace should change as well.
> 
> Michael, what are your reasons for not doing this?
> 

You want to design things so that transition from one version to the next is
as smooth as possible. Changing the names of 1000 elements because one of
them has changed its meaning ever so slightly is not a good tradeoff -
everyone who has written code to access the other 999 elements is going to
have to change their code. A version attribute is so much less disruptive.

Michael Kay
http://www.saxonica.com/