Re: widget namespace

On Tue, 17 Jul 2007 00:26:36 +0200, Jason Monberg  
<jason.monberg@dshlt.com> wrote:
> namespaces are important/critical in this context for extensibility. i am
> assuming that this file will be used to contain elements common to all
> widgets as well as elements specific to individual widgets.

Why are they critical for extensibility? The format is completely  
separated from everything else in the world and the only likely extensions  
are going to be made by vendors which could use something similar to

   <vendor-extension>

or

   <widget vendor-extension="">

Using namespaces here just complicates things for authors who want to copy  
and paste lines of codes without the level of indirection given by  
namespaces (where they would have to copy the namespace decleration too).


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Wednesday, 8 August 2007 09:31:01 UTC