[xsl] Re: random url for namespace to avoid uncontrollable dependencies

Subject: [xsl] Re: random url for namespace to avoid uncontrollable dependencies
From: Dirk <noisyb@xxxxxxx>
Date: Thu, 25 Aug 2011 07:07:57 +0200
On 08/25/11 07:06, Dirk wrote:
Hello,

as a developer i have serious problems with using a URL as namespace...
because ICANN does control any URL i might use... and not me or people
who use the XML..

so...

what would be the problem (which i don't see, yet) to use something like
this:

xmlns:cms="http://localhost/cms/"; (i would prefer this VERY MUCH)

or, at least, this:

xmlns:cms="http://www.example.com/cms/";

or this:

xmlns:cms="http://www.google.com/cms/";


...as namespace url for my XML?



Regards, Dirk

forgot one option... the best option..


xmlns:cms="f6eeea3b9c793fb2b42e45ab5a1815eb"

an md5 hash instead of a url as unique identifier..

Current Thread